#B30251

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

Shades of Jazzberry Jam #B30251

Tints of Jazzberry Jam #B30251

Color information

#B30251 (or 0xB30251) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 02 and 51. RGB value is (179,2,81). Sum of RGB (Red+Green+Blue) = 179+2+81=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B30251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30251 is #4CFDAE. Grayscale: #3F3F3F. Windows color (decimal): -5045679 or 5309107. OLE color: 5309107.

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

Color convert

RGB179281-
CMYK00.990.550.30
HSL333.22º97.79%35.49%-
HSV(B)333.22º98.88%70.2%-
XYZ20.110.228.7-
YUV63.93137.64210.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.32%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=68.32%
G=0.76%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17928100.990.550.30333.2297.7935.49
HexB3251063371E14d6223
Octal26321210143673651514243
Binary1011001110101000101100011110111111101010011011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30251; }

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

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

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

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

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

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

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

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