#B30156

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

Shades of Jazzberry Jam #B30156

Tints of Jazzberry Jam #B30156

Color information

#B30156 (or 0xB30156) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 01 and 56. RGB value is (179,1,86). Sum of RGB (Red+Green+Blue) = 179+1+86=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B30156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30156 is #4CFEA9. Grayscale: #3F3F3F. Windows color (decimal): -5045930 or 5636531. OLE color: 5636531.

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

Color convert

RGB179186-
CMYK00.990.520.30
HSL331.35º98.89%35.29%-
HSV(B)331.35º99.44%70.2%-
XYZ20.2810.289.72-
YUV63.91140.47210.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.29%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=67.29%
G=0.38%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17918600.990.520.30331.3598.8935.29
HexB3156063341E14b6323
Octal26311260143643651314343
Binary101100111101011001100011110100111101010010111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30156; }

 p { color: rgb(179,1,86); }

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

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

 a { background-color: rgb(179,1,86); }

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

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

 span { border-color: rgb(179,1,86); }

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