#B50B4B

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

Shades of Jazzberry Jam #B50B4B

Tints of Jazzberry Jam #B50B4B

Color information

#B50B4B (or 0xB50B4B) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 0B and 4B. RGB value is (181,11,75). Sum of RGB (Red+Green+Blue) = 181+11+75=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50B4B is #4AF4B4. Grayscale: #454545. Windows color (decimal): -4912309 or 4918197. OLE color: 4918197.

HSL color Cylindrical-coordinate representation of color #B50B4B: hue angle of 337.41º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50B4B is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1811175-
CMYK00.940.590.29
HSL337.41º88.54%37.65%-
HSV(B)337.41º93.92%70.98%-
XYZ20.4510.577.62-
YUV69.13131.32207.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 67.79%
GREEN value IS 11 (4.69% from 255) = 4.12%
BLUE value IS 75 (29.69% from 255) = 28.09%
R=67.79%
G=4.12%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181117500.940.590.29337.4188.5437.65
HexB5B4B05E3B1D1515926
Octal265131130136733552113146
Binary101101011011100101101011110111011111011010100011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50B4B; }

 p { color: rgb(181,11,75); }

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

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

 a { background-color: rgb(181,11,75); }

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

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

 span { border-color: rgb(181,11,75); }

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