#B30C5D

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

Shades of Jazzberry Jam #B30C5D

Tints of Jazzberry Jam #B30C5D

Color information

#B30C5D (or 0xB30C5D) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 0C and 5D. RGB value is (179,12,93). Sum of RGB (Red+Green+Blue) = 179+12+93=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30C5D is #4CF3A2. Grayscale: #474747. Windows color (decimal): -5043107 or 6098099. OLE color: 6098099.

HSL color Cylindrical-coordinate representation of color #B30C5D: hue angle of 330.9º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30C5D is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB1791293-
CMYK00.930.480.30
HSL330.9º87.43%37.45%-
HSV(B)330.9º93.3%70.2%-
XYZ20.710.6411.32-
YUV71.17140.33204.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.03%
GREEN value IS 12 (5.08% from 255) = 4.23%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=63.03%
G=4.23%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179129300.930.480.30330.987.4337.45
HexB3C5D05D301E14b5725
Octal263141350135603651312745
Binary101100111100101110101011101110000111101010010111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30C5D; }

 p { color: rgb(179,12,93); }

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

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

 a { background-color: rgb(179,12,93); }

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

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

 span { border-color: rgb(179,12,93); }

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