#93003F

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

Shades of Jazzberry Jam #93003F

Tints of Jazzberry Jam #93003F

Color information

#93003F (or 0x93003F) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 00 and 3F. RGB value is (147,0,63). Sum of RGB (Red+Green+Blue) = 147+0+63=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #93003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93003F is #6CFFC0. Grayscale: #333333. Windows color (decimal): -7143361 or 4128915. OLE color: 4128915.

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

Color convert

RGB147063-
CMYK010.570.42
HSL334.29º100%28.82%-
HSV(B)334.29º100%57.65%-
XYZ12.936.565.29-
YUV51.14134.7196.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 30%
R=70%
G=0%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147063010.570.42334.2910028.82
Hex9303F064392A14e641d
Octal2230770144715251614435
Binary10010011011111101100100111001101010101001110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93003F; }

 p { color: rgb(147,0,63); }

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

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

 a { background-color: rgb(147,0,63); }

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

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

 span { border-color: rgb(147,0,63); }

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