#B41370

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

Shades of Jazzberry Jam #B41370

Tints of Jazzberry Jam #B41370

Color information

#B41370 (or 0xB41370) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 13 and 70. RGB value is (180,19,112). Sum of RGB (Red+Green+Blue) = 180+19+112=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B41370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41370 is #4BEC8F. Grayscale: #4D4D4D. Windows color (decimal): -4975760 or 7345076. OLE color: 7345076.

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

Color convert

RGB18019112-
CMYK00.890.380.29
HSL325.34º80.9%39.02%-
HSV(B)325.34º89.44%70.59%-
XYZ21.9811.3416.36-
YUV77.74147.34200.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.88%
GREEN value IS 19 (7.81% from 255) = 6.11%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=57.88%
G=6.11%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801911200.890.380.29325.3480.939.02
HexB41370059261D1455127
Octal264231600131463550512147
Binary1011010010011111000001011001100110111011010001011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41370; }

 p { color: rgb(180,19,112); }

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

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

 a { background-color: rgb(180,19,112); }

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

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

 span { border-color: rgb(180,19,112); }

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