#B40C54

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

Shades of Jazzberry Jam #B40C54

Tints of Jazzberry Jam #B40C54

Color information

#B40C54 (or 0xB40C54) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 0C and 54. RGB value is (180,12,84). Sum of RGB (Red+Green+Blue) = 180+12+84=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40C54 is #4BF3AB. Grayscale: #464646. Windows color (decimal): -4977580 or 5508276. OLE color: 5508276.

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

Color convert

RGB1801284-
CMYK00.930.530.29
HSL334.29º87.5%37.65%-
HSV(B)334.29º93.33%70.59%-
XYZ20.5510.619.35-
YUV70.44135.66206.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.22%
GREEN value IS 12 (5.08% from 255) = 4.35%
BLUE value IS 84 (33.20% from 255) = 30.43%
R=65.22%
G=4.35%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180128400.930.530.29334.2987.537.65
HexB4C5405D351D14e5826
Octal264141240135653551613046
Binary101101001100101010001011101110101111011010011101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40C54; }

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

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

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

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

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

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

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

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