#B50365

Color #B50365 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B50365

Tints of Jazzberry Jam #B50365

Color information

#B50365 (or 0xB50365) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 03 and 65. RGB value is (181,3,101). Sum of RGB (Red+Green+Blue) = 181+3+101=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B50365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50365 is #4AFC9A. Grayscale: #434343. Windows color (decimal): -4914331 or 6620085. OLE color: 6620085.

HSL color Cylindrical-coordinate representation of color #B50365: hue angle of 326.97º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50365 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB1813101-
CMYK00.980.440.29
HSL326.97º96.74%36.08%-
HSV(B)326.97º98.34%70.98%-
XYZ21.4410.8313.27-
YUV67.39146.97209.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 63.51%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=63.51%
G=1.05%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181310100.980.440.29326.9796.7436.08
HexB53650622C1D1476124
Octal26531450142543550714144
Binary1011010111110010101100010101100111011010001111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50365; }

 p { color: rgb(181,3,101); }

 H1.HeaderClassName
 {
   color: #B50365;
 }
 .AnyTagClassName
 {
   color: #B50365;
 }
</style>
background-color css

<style>
 a { background-color: #B50365; }

 a { background-color: rgb(181,3,101); }

 div.DivClassName
 {
   background-color: #B50365;
 }
 .BgClassName
 {
   background-color: #B50365;
 }
</style>
border-color css

<style>
 span { border-color: #B50365; }

 span { border-color: rgb(181,3,101); }

 td.TdClassName
 {
   border-color: #B50365;
 }
 .TagClassName
 {
   border-color: #B50365;
 }
</style>