#B30E4C

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

Shades of Jazzberry Jam #B30E4C

Tints of Jazzberry Jam #B30E4C

Color information

#B30E4C (or 0xB30E4C) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 0E and 4C. RGB value is (179,14,76). Sum of RGB (Red+Green+Blue) = 179+14+76=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30E4C is #4CF1B3. Grayscale: #464646. Windows color (decimal): -5042612 or 4984499. OLE color: 4984499.

HSL color Cylindrical-coordinate representation of color #B30E4C: hue angle of 337.45º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30E4C is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB1791476-
CMYK00.920.580.30
HSL337.45º85.49%37.84%-
HSV(B)337.45º92.18%70.2%-
XYZ20.0510.427.79-
YUV70.4131.16205.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 66.54%
GREEN value IS 14 (5.86% from 255) = 5.20%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=66.54%
G=5.20%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179147600.920.580.30337.4585.4937.84
HexB3E4C05C3A1E1515526
Octal263161140134723652112546
Binary101100111110100110001011100111010111101010100011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30E4C; }

 p { color: rgb(179,14,76); }

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

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

 a { background-color: rgb(179,14,76); }

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

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

 span { border-color: rgb(179,14,76); }

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