#B30145

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

Shades of Jazzberry Jam #B30145

Tints of Jazzberry Jam #B30145

Color information

#B30145 (or 0xB30145) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 01 and 45. RGB value is (179,1,69). Sum of RGB (Red+Green+Blue) = 179+1+69=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B30145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30145 is #4CFEBA. Grayscale: #3D3D3D. Windows color (decimal): -5045947 or 4522419. OLE color: 4522419.

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

Color convert

RGB179169-
CMYK00.990.610.30
HSL337.08º98.89%35.29%-
HSV(B)337.08º99.44%70.2%-
XYZ19.6810.046.53-
YUV61.97131.97211.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.89%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=71.89%
G=0.40%
B=27.71%

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
Decimal17916900.990.610.30337.0898.8935.29
HexB31450633D1E1516323
Octal26311050143753652114343
Binary101100111100010101100011111101111101010100011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30145; }

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

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

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

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

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

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

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

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