#B41C5C

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

Shades of Jazzberry Jam #B41C5C

Tints of Jazzberry Jam #B41C5C

Color information

#B41C5C (or 0xB41C5C) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 1C and 5C. RGB value is (180,28,92). Sum of RGB (Red+Green+Blue) = 180+28+92=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C5C is #4BE3A3. Grayscale: #505050. Windows color (decimal): -4973476 or 6036660. OLE color: 6036660.

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

Color convert

RGB1802892-
CMYK00.840.490.29
HSL334.74º73.08%40.78%-
HSV(B)334.74º84.44%70.59%-
XYZ21.1711.3111.19-
YUV80.74134.36198.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60%
GREEN value IS 28 (11.33% from 255) = 9.33%
BLUE value IS 92 (36.33% from 255) = 30.67%
R=60%
G=9.33%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180289200.840.490.29334.7473.0840.78
HexB41C5C054311D14f4929
Octal264341340124613551711151
Binary1011010011100101110001010100110001111011010011111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41C5C; }

 p { color: rgb(180,28,92); }

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

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

 a { background-color: rgb(180,28,92); }

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

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

 span { border-color: rgb(180,28,92); }

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