#b30c5a

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

Shades of Jazzberry Jam #B30C5A

Tints of Jazzberry Jam #B30C5A

Color information

#B30C5A (or 0xB30C5A) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 0C and 5A. RGB value is (179,12,90). Sum of RGB (Red+Green+Blue) = 179+12+90=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30C5A is #4CF3A5. Grayscale: #464646. Windows color (decimal): -5043110 or 5901491. OLE color: 5901491.

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

Color convert

RGB1791290-
CMYK00.930.500.30
HSL331.98º87.43%37.45%-
HSV(B)331.98º93.3%70.2%-
XYZ20.5710.5810.63-
YUV70.82138.83205.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.70%
GREEN value IS 12 (5.08% from 255) = 4.27%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=63.70%
G=4.27%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179129000.930.500.30331.9887.4337.45
HexB3C5A05D321E14c5725
Octal263141320135623651412745
Binary101100111100101101001011101110010111101010011001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b30c5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b30c5a; }

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

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

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

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

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

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

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

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