#B30C62

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

Shades of Jazzberry Jam #B30C62

Tints of Jazzberry Jam #B30C62

Color information

#B30C62 (or 0xB30C62) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 0C and 62. RGB value is (179,12,98). Sum of RGB (Red+Green+Blue) = 179+12+98=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30C62 is #4CF39D. Grayscale: #474747. Windows color (decimal): -5043102 or 6425779. OLE color: 6425779.

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

Color convert

RGB1791298-
CMYK00.930.450.30
HSL329.1º87.43%37.45%-
HSV(B)329.1º93.3%70.2%-
XYZ20.9310.7312.52-
YUV71.74142.83204.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.94%
GREEN value IS 12 (5.08% from 255) = 4.15%
BLUE value IS 98 (38.67% from 255) = 33.91%
R=61.94%
G=4.15%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179129800.930.450.30329.187.4337.45
HexB3C6205D2D1E1495725
Octal263141420135553651112745
Binary101100111100110001001011101101101111101010010011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30C62; }

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

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

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

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

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

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

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

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