#B30149

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

Shades of Jazzberry Jam #B30149

Tints of Jazzberry Jam #B30149

Color information

#B30149 (or 0xB30149) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 01 and 49. RGB value is (179,1,73). Sum of RGB (Red+Green+Blue) = 179+1+73=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B30149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30149 is #4CFEB6. Grayscale: #3E3E3E. Windows color (decimal): -5045943 or 4784563. OLE color: 4784563.

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

Color convert

RGB179173-
CMYK00.990.590.30
HSL335.73º98.89%35.29%-
HSV(B)335.73º99.44%70.2%-
XYZ19.810.097.21-
YUV62.43133.97211.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 70.75%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 73 (28.91% from 255) = 28.85%
R=70.75%
G=0.40%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917300.990.590.30335.7398.8935.29
HexB31490633B1E1506323
Octal26311110143733652014343
Binary101100111100100101100011111011111101010100001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30149; }

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

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

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

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

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

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

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

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