#B30D56

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

Shades of Jazzberry Jam #B30D56

Tints of Jazzberry Jam #B30D56

Color information

#B30D56 (or 0xB30D56) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 0D and 56. RGB value is (179,13,86). Sum of RGB (Red+Green+Blue) = 179+13+86=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B30D56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30D56 is #4CF2A9. Grayscale: #464646. Windows color (decimal): -5042858 or 5639603. OLE color: 5639603.

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

Color convert

RGB1791386-
CMYK00.930.520.30
HSL333.61º86.46%37.65%-
HSV(B)333.61º92.74%70.2%-
XYZ20.4110.549.76-
YUV70.96136.5205.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.39%
GREEN value IS 13 (5.47% from 255) = 4.68%
BLUE value IS 86 (33.98% from 255) = 30.94%
R=64.39%
G=4.68%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179138600.930.520.30333.6186.4637.65
HexB3D5605D341E14e5626
Octal263151260135643651612646
Binary101100111101101011001011101110100111101010011101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30D56; }

 p { color: rgb(179,13,86); }

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

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

 a { background-color: rgb(179,13,86); }

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

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

 span { border-color: rgb(179,13,86); }

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