#B41C64

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

Shades of Jazzberry Jam #B41C64

Tints of Jazzberry Jam #B41C64

Color information

#B41C64 (or 0xB41C64) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 1C and 64. RGB value is (180,28,100). Sum of RGB (Red+Green+Blue) = 180+28+100=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C64 is #4BE39B. Grayscale: #515151. Windows color (decimal): -4973468 or 6560948. OLE color: 6560948.

HSL color Cylindrical-coordinate representation of color #B41C64: hue angle of 331.58º 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 #B41C64 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB18028100-
CMYK00.840.440.29
HSL331.58º73.08%40.78%-
HSV(B)331.58º84.44%70.59%-
XYZ21.5411.4513.13-
YUV81.66138.36198.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.44%
GREEN value IS 28 (11.33% from 255) = 9.09%
BLUE value IS 100 (39.45% from 255) = 32.47%
R=58.44%
G=9.09%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802810000.840.440.29331.5873.0840.78
HexB41C640542C1D14c4929
Octal264341440124543551411151
Binary1011010011100110010001010100101100111011010011001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41C64; }

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

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

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

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

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

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

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

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