#96023E

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

Shades of Jazzberry Jam #96023E

Tints of Jazzberry Jam #96023E

Color information

#96023E (or 0x96023E) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 02 and 3E. RGB value is (150,2,62). Sum of RGB (Red+Green+Blue) = 150+2+62=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #96023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96023E is #69FDC1. Grayscale: #353535. Windows color (decimal): -6946242 or 4063894. OLE color: 4063894.

HSL color Cylindrical-coordinate representation of color #96023E: hue angle of 335.68º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96023E is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB150262-
CMYK00.990.590.41
HSL335.68º97.37%29.8%-
HSV(B)335.68º98.67%58.82%-
XYZ13.476.885.17-
YUV53.09133.03197.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.09%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 62 (24.61% from 255) = 28.97%
R=70.09%
G=0.93%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15026200.990.590.41335.6897.3729.8
Hex9623E0633B29150611e
Octal2262760143735152014136
Binary100101101011111001100011111011101001101010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96023E; }

 p { color: rgb(150,2,62); }

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

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

 a { background-color: rgb(150,2,62); }

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

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

 span { border-color: rgb(150,2,62); }

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