#B30351

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

Shades of Jazzberry Jam #B30351

Tints of Jazzberry Jam #B30351

Color information

#B30351 (or 0xB30351) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 03 and 51. RGB value is (179,3,81). Sum of RGB (Red+Green+Blue) = 179+3+81=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B30351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30351 is #4CFCAE. Grayscale: #404040. Windows color (decimal): -5045423 or 5309363. OLE color: 5309363.

HSL color Cylindrical-coordinate representation of color #B30351: hue angle of 333.41º degrees, saturation: 0.97, 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 #B30351 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB179381-
CMYK00.980.550.30
HSL333.41º96.7%35.69%-
HSV(B)333.41º98.32%70.2%-
XYZ20.1110.248.7-
YUV64.52137.31209.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.06%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 81 (32.03% from 255) = 30.80%
R=68.06%
G=1.14%
B=30.80%

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
Decimal17938100.980.550.30333.4196.735.69
HexB3351062371E14d6124
Octal26331210142673651514144
Binary1011001111101000101100010110111111101010011011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30351; }

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

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

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

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

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

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

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

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