#B51264

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

Shades of Jazzberry Jam #B51264

Tints of Jazzberry Jam #B51264

Color information

#B51264 (or 0xB51264) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 12 and 64. RGB value is (181,18,100). Sum of RGB (Red+Green+Blue) = 181+18+100=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B51264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51264 is #4AED9B. Grayscale: #4B4B4B. Windows color (decimal): -4910492 or 6558389. OLE color: 6558389.

HSL color Cylindrical-coordinate representation of color #B51264: hue angle of 329.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51264 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18118100-
CMYK00.900.450.29
HSL329.82º81.91%39.02%-
HSV(B)329.82º90.06%70.98%-
XYZ21.5711.1813.08-
YUV76.09141.5202.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.54%
GREEN value IS 18 (7.42% from 255) = 6.02%
BLUE value IS 100 (39.45% from 255) = 33.44%
R=60.54%
G=6.02%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811810000.900.450.29329.8281.9139.02
HexB5126405A2D1D14a5227
Octal265221440132553551212247
Binary1011010110010110010001011010101101111011010010101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51264; }

 p { color: rgb(181,18,100); }

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

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

 a { background-color: rgb(181,18,100); }

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

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

 span { border-color: rgb(181,18,100); }

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