#B30169

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

Shades of Jazzberry Jam #B30169

Tints of Jazzberry Jam #B30169

Color information

#B30169 (or 0xB30169) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 01 and 69. RGB value is (179,1,105). Sum of RGB (Red+Green+Blue) = 179+1+105=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B30169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30169 is #4CFE96. Grayscale: #414141. Windows color (decimal): -5045911 or 6881715. OLE color: 6881715.

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

Color convert

RGB1791105-
CMYK00.990.410.30
HSL324.94º98.89%35.29%-
HSV(B)324.94º99.44%70.2%-
XYZ21.1510.6314.3-
YUV66.08149.97208.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.81%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 105 (41.41% from 255) = 36.84%
R=62.81%
G=0.35%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179110500.990.410.30324.9498.8935.29
HexB3169063291E1456323
Octal26311510143513650514343
Binary101100111110100101100011101001111101010001011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30169; }

 p { color: rgb(179,1,105); }

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

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

 a { background-color: rgb(179,1,105); }

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

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

 span { border-color: rgb(179,1,105); }

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