#B41562

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

Shades of Jazzberry Jam #B41562

Tints of Jazzberry Jam #B41562

Color information

#B41562 (or 0xB41562) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 15 and 62. RGB value is (180,21,98). Sum of RGB (Red+Green+Blue) = 180+21+98=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B41562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41562 is #4BEA9D. Grayscale: #4D4D4D. Windows color (decimal): -4975262 or 6428084. OLE color: 6428084.

HSL color Cylindrical-coordinate representation of color #B41562: hue angle of 330.94º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41562 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1802198-
CMYK00.880.460.29
HSL330.94º79.1%39.41%-
HSV(B)330.94º88.33%70.59%-
XYZ21.311.1212.58-
YUV77.32139.68201.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.20%
GREEN value IS 21 (8.59% from 255) = 7.02%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=60.20%
G=7.02%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180219800.880.460.29330.9479.139.41
HexB415620582E1D14b4f27
Octal264251420130563551311747
Binary1011010010101110001001011000101110111011010010111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41562; }

 p { color: rgb(180,21,98); }

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

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

 a { background-color: rgb(180,21,98); }

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

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

 span { border-color: rgb(180,21,98); }

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