#B30246

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

Shades of Jazzberry Jam #B30246

Tints of Jazzberry Jam #B30246

Color information

#B30246 (or 0xB30246) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 02 and 46. RGB value is (179,2,70). Sum of RGB (Red+Green+Blue) = 179+2+70=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B30246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30246 is #4CFDB9. Grayscale: #3E3E3E. Windows color (decimal): -5045690 or 4588211. OLE color: 4588211.

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

Color convert

RGB179270-
CMYK00.990.610.30
HSL336.95º97.79%35.49%-
HSV(B)336.95º98.88%70.2%-
XYZ19.7210.076.7-
YUV62.68132.14210.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.31%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 70 (27.73% from 255) = 27.89%
R=71.31%
G=0.80%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17927000.990.610.30336.9597.7935.49
HexB32460633D1E1516223
Octal26321060143753652114243
Binary1011001110100011001100011111101111101010100011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30246; }

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

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

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

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

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

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

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

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