#B3026E

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

Shades of Jazzberry Jam #B3026E

Tints of Jazzberry Jam #B3026E

Color information

#B3026E (or 0xB3026E) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 02 and 6E. RGB value is (179,2,110). Sum of RGB (Red+Green+Blue) = 179+2+110=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B3026E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3026E is #4CFD91. Grayscale: #424242. Windows color (decimal): -5045650 or 7209651. OLE color: 7209651.

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

Color convert

RGB1792110-
CMYK00.990.390.30
HSL323.39º97.79%35.49%-
HSV(B)323.39º98.88%70.2%-
XYZ21.4310.7515.7-
YUV67.24152.14207.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.51%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=61.51%
G=0.69%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179211000.990.390.30323.3997.7935.49
HexB326E063271E1436223
Octal26321560143473650314243
Binary1011001110110111001100011100111111101010000111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3026E; }

 p { color: rgb(179,2,110); }

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

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

 a { background-color: rgb(179,2,110); }

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

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

 span { border-color: rgb(179,2,110); }

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