#930141

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

Shades of Jazzberry Jam #930141

Tints of Jazzberry Jam #930141

Color information

#930141 (or 0x930141) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 01 and 41. RGB value is (147,1,65). Sum of RGB (Red+Green+Blue) = 147+1+65=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #930141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930141 is #6CFEBE. Grayscale: #333333. Windows color (decimal): -7143103 or 4260243. OLE color: 4260243.

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

Color convert

RGB147165-
CMYK00.990.560.42
HSL333.7º98.65%29.02%-
HSV(B)333.7º99.32%57.65%-
XYZ136.615.59-
YUV51.95135.37195.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 69.01%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 65 (25.78% from 255) = 30.52%
R=69.01%
G=0.47%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14716500.990.560.42333.798.6529.02
Hex93141063382A14e631d
Octal22311010143705251614335
Binary100100111100000101100011111000101010101001110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930141; }

 p { color: rgb(147,1,65); }

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

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

 a { background-color: rgb(147,1,65); }

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

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

 span { border-color: rgb(147,1,65); }

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