#B30C5E

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

Shades of Jazzberry Jam #B30C5E

Tints of Jazzberry Jam #B30C5E

Color information

#B30C5E (or 0xB30C5E) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 0C and 5E. RGB value is (179,12,94). Sum of RGB (Red+Green+Blue) = 179+12+94=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30C5E is #4CF3A1. Grayscale: #474747. Windows color (decimal): -5043106 or 6163635. OLE color: 6163635.

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

Color convert

RGB1791294-
CMYK00.930.470.30
HSL330.54º87.43%37.45%-
HSV(B)330.54º93.3%70.2%-
XYZ20.7410.6511.55-
YUV71.28140.83204.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.81%
GREEN value IS 12 (5.08% from 255) = 4.21%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=62.81%
G=4.21%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179129400.930.470.30330.5487.4337.45
HexB3C5E05D2F1E14b5725
Octal263141360135573651312745
Binary101100111100101111001011101101111111101010010111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30C5E; }

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

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

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

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

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

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

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

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