#B30451

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

Shades of Jazzberry Jam #B30451

Tints of Jazzberry Jam #B30451

Color information

#B30451 (or 0xB30451) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 04 and 51. RGB value is (179,4,81). Sum of RGB (Red+Green+Blue) = 179+4+81=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B30451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30451 is #4CFBAE. Grayscale: #404040. Windows color (decimal): -5045167 or 5309619. OLE color: 5309619.

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

Color convert

RGB179481-
CMYK00.980.550.30
HSL333.6º95.63%35.88%-
HSV(B)333.6º97.77%70.2%-
XYZ20.1210.268.71-
YUV65.1136.98209.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.80%
GREEN value IS 4 (1.95% from 255) = 1.52%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=67.80%
G=1.52%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17948100.980.550.30333.695.6335.88
HexB3451062371E14e6024
Octal26341210142673651614044
Binary10110011100101000101100010110111111101010011101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30451; }

 p { color: rgb(179,4,81); }

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

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

 a { background-color: rgb(179,4,81); }

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

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

 span { border-color: rgb(179,4,81); }

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