#B30466

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

Shades of Jazzberry Jam #B30466

Tints of Jazzberry Jam #B30466

Color information

#B30466 (or 0xB30466) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 04 and 66. RGB value is (179,4,102). Sum of RGB (Red+Green+Blue) = 179+4+102=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B30466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30466 is #4CFB99. Grayscale: #434343. Windows color (decimal): -5045146 or 6685875. OLE color: 6685875.

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

Color convert

RGB1794102-
CMYK00.980.430.30
HSL326.4º95.63%35.88%-
HSV(B)326.4º97.77%70.2%-
XYZ21.0310.6313.51-
YUV67.5147.48207.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.81%
GREEN value IS 4 (1.95% from 255) = 1.40%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=62.81%
G=1.40%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179410200.980.430.30326.495.6335.88
HexB34660622B1E1466024
Octal26341460142533650614044
Binary10110011100110011001100010101011111101010001101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30466; }

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

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

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

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

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

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

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

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