Html Css Color HEX #96023F Jazzberry Jam

📋 copy color: '#96023F'

red 150 ◦ green 2 ◦ blue 63

#96023F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #96023F

Tints of Jazzberry Jam #96023F

RGB

 RED value IS 150 (58.98% from 255) = 69.77%

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 63 (25% from 255) = 29.3%

R = 69.77%
G = 0.93%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#96023F (or 0x96023F) is known color: Jazzberry Jam. HEX triplet: 96, 02 and 3F. RGB value is (150,2,63). Sum of RGB (Red+Green+Blue) = 150+2+63=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #96023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96023F is #69FDC0. Grayscale: #353535. Windows color (decimal): -6946241 or 4129430. OLE color: 4129430.

HSL color Cylindrical-coordinate representation of color #96023F: hue angle of 335.27º 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 #96023F is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 63 -
CMYK 0 0.99 0.58 0.41
HSL 335.27º 0.97% 0.3% -
HSV(B) 335.27º 0.99% 0.59% -
XYZ 13.5 6.89 5.32 -
YUV 53.21 133.53 197.04 -
System Red Green Blue C M Y K H S L
Decimal 150 2 63 0 0.99 0.58 0.41 335.27 0.97 0.3
Hex 96 2 3F 0 63 3A 29 14F 61 1E
Octal 226 2 77 0 143 72 51 517 141 36
Binary 10010110 10 111111 0 1100011 111010 101001 101001111 1100001 11110

Color Harmonies of #96023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96023F

Black with #96023F

Text Example


Text Example

White with #96023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96023F;
 }
 .AnyTagClassName
 {
   color: #96023F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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