#B7024E

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

Shades of Jazzberry Jam #B7024E

Tints of Jazzberry Jam #B7024E

Color information

#B7024E (or 0xB7024E) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 02 and 4E. RGB value is (183,2,78). Sum of RGB (Red+Green+Blue) = 183+2+78=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B7024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7024E is #48FDB1. Grayscale: #404040. Windows color (decimal): -4783538 or 5112503. OLE color: 5112503.

HSL color Cylindrical-coordinate representation of color #B7024E: hue angle of 334.81º 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 #B7024E is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB183278-
CMYK00.990.570.28
HSL334.81º97.84%36.27%-
HSV(B)334.81º98.91%71.76%-
XYZ20.9310.668.16-
YUV64.78135.47212.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.58%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=69.58%
G=0.76%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18327800.990.570.28334.8197.8436.27
HexB724E063391C14f6224
Octal26721160143713451714244
Binary1011011110100111001100011111001111001010011111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7024E; }

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

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

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

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

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

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

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

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