#B51E60

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

Shades of Jazzberry Jam #B51E60

Tints of Jazzberry Jam #B51E60

Color information

#B51E60 (or 0xB51E60) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 1E and 60. RGB value is (181,30,96). Sum of RGB (Red+Green+Blue) = 181+30+96=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51E60 is #4AE19F. Grayscale: #525252. Windows color (decimal): -4907424 or 6299317. OLE color: 6299317.

HSL color Cylindrical-coordinate representation of color #B51E60: hue angle of 333.77º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B51E60 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1813096-
CMYK00.830.470.29
HSL333.77º71.56%41.37%-
HSV(B)333.77º83.43%70.98%-
XYZ21.6311.612.16-
YUV82.67135.53198.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.96%
GREEN value IS 30 (12.11% from 255) = 9.77%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=58.96%
G=9.77%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181309600.830.470.29333.7771.5641.37
HexB51E600532F1D14e4829
Octal265361400123573551611051
Binary1011010111110110000001010011101111111011010011101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51E60; }

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

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

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

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

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

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

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

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