#B50044

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

Shades of Jazzberry Jam #B50044

Tints of Jazzberry Jam #B50044

Color information

#B50044 (or 0xB50044) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 00 and 44. RGB value is (181,0,68). Sum of RGB (Red+Green+Blue) = 181+0+68=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B50044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50044 is #4AFFBB. Grayscale: #3D3D3D. Windows color (decimal): -4915132 or 4456629. OLE color: 4456629.

HSL color Cylindrical-coordinate representation of color #B50044: hue angle of 337.46º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50044 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB181068-
CMYK010.620.29
HSL337.46º100%35.49%-
HSV(B)337.46º100%70.98%-
XYZ20.110.246.39-
YUV61.87131.47212.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 72.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 27.31%
R=72.69%
G=0%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181068010.620.29337.4610035.49
HexB50440643E1D1516423
Octal26501040144763552114443
Binary101101010100010001100100111110111011010100011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50044; }

 p { color: rgb(181,0,68); }

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

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

 a { background-color: rgb(181,0,68); }

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

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

 span { border-color: rgb(181,0,68); }

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