#B51268

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

Shades of Jazzberry Jam #B51268

Tints of Jazzberry Jam #B51268

Color information

#B51268 (or 0xB51268) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 12 and 68. RGB value is (181,18,104). Sum of RGB (Red+Green+Blue) = 181+18+104=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B51268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51268 is #4AED97. Grayscale: #4C4C4C. Windows color (decimal): -4910488 or 6820533. OLE color: 6820533.

HSL color Cylindrical-coordinate representation of color #B51268: hue angle of 328.34º 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 #B51268 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB18118104-
CMYK00.900.430.29
HSL328.34º81.91%39.02%-
HSV(B)328.34º90.06%70.98%-
XYZ21.7711.2614.12-
YUV76.54143.5202.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.74%
GREEN value IS 18 (7.42% from 255) = 5.94%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=59.74%
G=5.94%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811810400.900.430.29328.3481.9139.02
HexB5126805A2B1D1485227
Octal265221500132533551012247
Binary1011010110010110100001011010101011111011010010001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51268; }

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

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

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

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

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

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

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

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