#B0024E

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

Shades of Jazzberry Jam #B0024E

Tints of Jazzberry Jam #B0024E

Color information

#B0024E (or 0xB0024E) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 02 and 4E. RGB value is (176,2,78). Sum of RGB (Red+Green+Blue) = 176+2+78=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B0024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0024E is #4FFDB1. Grayscale: #3E3E3E. Windows color (decimal): -5242290 or 5112496. OLE color: 5112496.

HSL color Cylindrical-coordinate representation of color #B0024E: hue angle of 333.79º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0024E is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB176278-
CMYK00.990.560.31
HSL333.79º97.75%34.9%-
HSV(B)333.79º98.86%69.02%-
XYZ19.39.828.09-
YUV62.69136.65208.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.75%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 78 (30.86% from 255) = 30.47%
R=68.75%
G=0.78%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17627800.990.560.31333.7997.7534.9
HexB024E063381F14e6223
Octal26021160143703751614243
Binary1011000010100111001100011111000111111010011101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0024E; }

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

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

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

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

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

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

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

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