#B30C70

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

Shades of Jazzberry Jam #B30C70

Tints of Jazzberry Jam #B30C70

Color information

#B30C70 (or 0xB30C70) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 0C and 70. RGB value is (179,12,112). Sum of RGB (Red+Green+Blue) = 179+12+112=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30C70 is #4CF38F. Grayscale: #494949. Windows color (decimal): -5043088 or 7343283. OLE color: 7343283.

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

Color convert

RGB17912112-
CMYK00.930.370.30
HSL324.07º87.43%37.45%-
HSV(B)324.07º93.3%70.2%-
XYZ21.6511.0216.31-
YUV73.33149.83203.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.08%
GREEN value IS 12 (5.08% from 255) = 3.96%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=59.08%
G=3.96%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791211200.930.370.30324.0787.4337.45
HexB3C7005D251E1445725
Octal263141600135453650412745
Binary101100111100111000001011101100101111101010001001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30C70; }

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

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

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

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

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

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

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

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