Html Css Color HEX #9F023E Jazzberry Jam

📋 copy color: '#9F023E'

red 159 ◦ green 2 ◦ blue 62

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

Shades of Jazzberry Jam #9F023E

Tints of Jazzberry Jam #9F023E

RGB

 RED value IS 159 (62.5% from 255) = 71.3%

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

 BLUE value IS 62 (24.61% from 255) = 27.8%

R = 71.3%
G = 0.9%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9F023E (or 0x9F023E) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 3E. RGB value is (159,2,62). Sum of RGB (Red+Green+Blue) = 159+2+62=223 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.30% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 159 - color contains mainly: red. Hex color #9F023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F023E is #60FDC1. Grayscale: #373737. Windows color (decimal): -6356418 or 4063903. OLE color: 4063903.

HSL color Cylindrical-coordinate representation of color #9F023E: hue angle of 337.07º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F023E is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 2 62 -
CMYK 0 0.99 0.61 0.38
HSL 337.07º 0.98% 0.32% -
HSV(B) 337.07º 0.99% 0.62% -
XYZ 15.19 7.76 5.26 -
YUV 55.78 131.51 201.62 -
System Red Green Blue C M Y K H S L
Decimal 159 2 62 0 0.99 0.61 0.38 337.07 0.98 0.32
Hex 9F 2 3E 0 63 3D 26 151 62 20
Octal 237 2 76 0 143 75 46 521 142 40
Binary 10011111 10 111110 0 1100011 111101 100110 101010001 1100010 100000

Color Harmonies of #9F023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F023E

Black with #9F023E

Text Example


Text Example

White with #9F023E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F023E; }

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

 H1.HeaderClassName
 {
   color: #9F023E;
 }
 .AnyTagClassName
 {
   color: #9F023E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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