#B40C6C

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

Shades of Jazzberry Jam #B40C6C

Tints of Jazzberry Jam #B40C6C

Color information

#B40C6C (or 0xB40C6C) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 0C and 6C. RGB value is (180,12,108). Sum of RGB (Red+Green+Blue) = 180+12+108=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40C6C is #4BF393. Grayscale: #484848. Windows color (decimal): -4977556 or 7081140. OLE color: 7081140.

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

Color convert

RGB18012108-
CMYK00.930.400.29
HSL325.71º87.5%37.65%-
HSV(B)325.71º93.33%70.59%-
XYZ21.6611.0515.18-
YUV73.18147.66204.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60%
GREEN value IS 12 (5.08% from 255) = 4%
BLUE value IS 108 (42.58% from 255) = 36%
R=60%
G=4%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801210800.930.400.29325.7187.537.65
HexB4C6C05D281D1465826
Octal264141540135503550613046
Binary101101001100110110001011101101000111011010001101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40C6C; }

 p { color: rgb(180,12,108); }

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

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

 a { background-color: rgb(180,12,108); }

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

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

 span { border-color: rgb(180,12,108); }

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