#930249

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

Shades of Jazzberry Jam #930249

Tints of Jazzberry Jam #930249

Color information

#930249 (or 0x930249) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 02 and 49. RGB value is (147,2,73). Sum of RGB (Red+Green+Blue) = 147+2+73=222 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.22% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 147 - color contains mainly: red. Hex color #930249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930249 is #6CFDB6. Grayscale: #353535. Windows color (decimal): -7142839 or 4784787. OLE color: 4784787.

HSL color Cylindrical-coordinate representation of color #930249: hue angle of 330.62º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930249 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB147273-
CMYK00.990.500.42
HSL330.62º97.32%29.22%-
HSV(B)330.62º98.64%57.65%-
XYZ13.266.736.9-
YUV53.45139.04194.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 66.22%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 73 (28.91% from 255) = 32.88%
R=66.22%
G=0.90%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14727300.990.500.42330.6297.3229.22
Hex93249063322A14b611d
Octal22321110143625251314135
Binary1001001110100100101100011110010101010101001011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930249; }

 p { color: rgb(147,2,73); }

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

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

 a { background-color: rgb(147,2,73); }

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

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

 span { border-color: rgb(147,2,73); }

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