#B7024D

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

Shades of Jazzberry Jam #B7024D

Tints of Jazzberry Jam #B7024D

Color information

#B7024D (or 0xB7024D) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 02 and 4D. RGB value is (183,2,77). Sum of RGB (Red+Green+Blue) = 183+2+77=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B7024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7024D is #48FDB2. Grayscale: #404040. Windows color (decimal): -4783539 or 5046967. OLE color: 5046967.

HSL color Cylindrical-coordinate representation of color #B7024D: hue angle of 335.14º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7024D is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB183277-
CMYK00.990.580.28
HSL335.14º97.84%36.27%-
HSV(B)335.14º98.91%71.76%-
XYZ20.8910.657.98-
YUV64.67134.97212.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.85%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 77 (30.47% from 255) = 29.39%
R=69.85%
G=0.76%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18327700.990.580.28335.1497.8436.27
HexB724D0633A1C14f6224
Octal26721150143723451714244
Binary1011011110100110101100011111010111001010011111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7024D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7024D; }

 p { color: rgb(183,2,77); }

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

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

 a { background-color: rgb(183,2,77); }

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

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

 span { border-color: rgb(183,2,77); }

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