#B3026C

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

Shades of Jazzberry Jam #B3026C

Tints of Jazzberry Jam #B3026C

Color information

#B3026C (or 0xB3026C) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 02 and 6C. RGB value is (179,2,108). Sum of RGB (Red+Green+Blue) = 179+2+108=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B3026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3026C is #4CFD93. Grayscale: #424242. Windows color (decimal): -5045652 or 7078579. OLE color: 7078579.

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

Color convert

RGB1792108-
CMYK00.990.400.30
HSL324.07º97.79%35.49%-
HSV(B)324.07º98.88%70.2%-
XYZ21.3210.7115.13-
YUV67.01151.14207.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.94%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=61.94%
G=0.69%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179210800.990.400.30324.0797.7935.49
HexB326C063281E1446223
Octal26321540143503650414243
Binary1011001110110110001100011101000111101010001001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3026C; }

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

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

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

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

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

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

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

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