Html Css Color HEX #9F033F Jazzberry Jam

📋 copy color: '#9F033F'

red 159 ◦ green 3 ◦ blue 63

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

Shades of Jazzberry Jam #9F033F

Tints of Jazzberry Jam #9F033F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

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

R = 70.67%
G = 1.33%
B = 28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9F033F (or 0x9F033F) is known color: Jazzberry Jam. HEX triplet: 9F, 03 and 3F. RGB value is (159,3,63). Sum of RGB (Red+Green+Blue) = 159+3+63=225 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.67% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 159 - color contains mainly: red. Hex color #9F033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F033F is #60FCC0. Grayscale: #383838. Windows color (decimal): -6356161 or 4129695. OLE color: 4129695.

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

Color convert

RGB 159 3 63 -
CMYK 0 0.98 0.60 0.38
HSL 336.92º 0.96% 0.32% -
HSV(B) 336.92º 0.98% 0.62% -
XYZ 15.23 7.79 5.4 -
YUV 56.48 131.68 201.12 -
System Red Green Blue C M Y K H S L
Decimal 159 3 63 0 0.98 0.60 0.38 336.92 0.96 0.32
Hex 9F 3 3F 0 62 3C 26 151 60 20
Octal 237 3 77 0 142 74 46 521 140 40
Binary 10011111 11 111111 0 1100010 111100 100110 101010001 1100000 100000

Color Harmonies of #9F033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F033F

Black with #9F033F

Text Example


Text Example

White with #9F033F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,3,63); }

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

background-color css

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

 a { background-color: rgb(159,3,63); }

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

border-color css

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

 span { border-color: rgb(159,3,63); }

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