#B20E4E

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

Shades of Jazzberry Jam #B20E4E

Tints of Jazzberry Jam #B20E4E

Color information

#B20E4E (or 0xB20E4E) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 0E and 4E. RGB value is (178,14,78). Sum of RGB (Red+Green+Blue) = 178+14+78=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20E4E is #4DF1B1. Grayscale: #464646. Windows color (decimal): -5108146 or 5115570. OLE color: 5115570.

HSL color Cylindrical-coordinate representation of color #B20E4E: hue angle of 336.59º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20E4E is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB1781478-
CMYK00.920.560.30
HSL336.59º85.42%37.65%-
HSV(B)336.59º92.13%69.8%-
XYZ19.8910.338.15-
YUV70.33132.33204.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.93%
GREEN value IS 14 (5.86% from 255) = 5.19%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=65.93%
G=5.19%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178147800.920.560.30336.5985.4237.65
HexB2E4E05C381E1515526
Octal262161160134703652112546
Binary101100101110100111001011100111000111101010100011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20E4E; }

 p { color: rgb(178,14,78); }

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

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

 a { background-color: rgb(178,14,78); }

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

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

 span { border-color: rgb(178,14,78); }

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