#B30656

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

Shades of Jazzberry Jam #B30656

Tints of Jazzberry Jam #B30656

Color information

#B30656 (or 0xB30656) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 06 and 56. RGB value is (179,6,86). Sum of RGB (Red+Green+Blue) = 179+6+86=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B30656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30656 is #4CF9A9. Grayscale: #424242. Windows color (decimal): -5044650 or 5637811. OLE color: 5637811.

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

Color convert

RGB179686-
CMYK00.970.520.30
HSL332.25º93.51%36.27%-
HSV(B)332.25º96.65%70.2%-
XYZ20.3410.399.74-
YUV66.85138.81208-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 66.05%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 86 (33.98% from 255) = 31.73%
R=66.05%
G=2.21%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17968600.970.520.30332.2593.5136.27
HexB3656061341E14c5e24
Octal26361260141643651413644
Binary10110011110101011001100001110100111101010011001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30656; }

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

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

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

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

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

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

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

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