#B30675

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

Shades of Jazzberry Jam #B30675

Tints of Jazzberry Jam #B30675

Color information

#B30675 (or 0xB30675) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 06 and 75. RGB value is (179,6,117). Sum of RGB (Red+Green+Blue) = 179+6+117=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B30675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30675 is #4CF98A. Grayscale: #464646. Windows color (decimal): -5044619 or 7669427. OLE color: 7669427.

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

Color convert

RGB1796117-
CMYK00.970.350.30
HSL321.5º93.51%36.27%-
HSV(B)321.5º96.65%70.2%-
XYZ21.871117.8-
YUV70.38154.31205.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.27%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=59.27%
G=1.99%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179611700.970.350.30321.593.5136.27
HexB3675061231E1425e24
Octal26361650141433650213644
Binary10110011110111010101100001100011111101010000101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30675; }

 p { color: rgb(179,6,117); }

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

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

 a { background-color: rgb(179,6,117); }

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

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

 span { border-color: rgb(179,6,117); }

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