#B51260

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

Shades of Jazzberry Jam #B51260

Tints of Jazzberry Jam #B51260

Color information

#B51260 (or 0xB51260) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 12 and 60. RGB value is (181,18,96). Sum of RGB (Red+Green+Blue) = 181+18+96=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B51260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51260 is #4AED9F. Grayscale: #4B4B4B. Windows color (decimal): -4910496 or 6296245. OLE color: 6296245.

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

Color convert

RGB1811896-
CMYK00.900.470.29
HSL331.29º81.91%39.02%-
HSV(B)331.29º90.06%70.98%-
XYZ21.3811.112.08-
YUV75.63139.5203.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.36%
GREEN value IS 18 (7.42% from 255) = 6.10%
BLUE value IS 96 (37.89% from 255) = 32.54%
R=61.36%
G=6.10%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181189600.900.470.29331.2981.9139.02
HexB5126005A2F1D14b5227
Octal265221400132573551312247
Binary1011010110010110000001011010101111111011010010111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51260; }

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

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

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

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

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

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

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

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