Html Css Color HEX #9F033C Jazzberry Jam

📋 copy color: '#9F033C'

red 159 ◦ green 3 ◦ blue 60

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

Shades of Jazzberry Jam #9F033C

Tints of Jazzberry Jam #9F033C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.03%

R = 71.62%
G = 1.35%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9F033C (or 0x9F033C) is known color: Jazzberry Jam. HEX triplet: 9F, 03 and 3C. RGB value is (159,3,60). Sum of RGB (Red+Green+Blue) = 159+3+60=222 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.62% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 159 - color contains mainly: red. Hex color #9F033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F033C is #60FCC3. Grayscale: #383838. Windows color (decimal): -6356164 or 3933087. OLE color: 3933087.

HSL color Cylindrical-coordinate representation of color #9F033C: hue angle of 338.08º 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 #9F033C is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 3 60 -
CMYK 0 0.98 0.62 0.38
HSL 338.08º 0.96% 0.32% -
HSV(B) 338.08º 0.98% 0.62% -
XYZ 15.15 7.76 4.97 -
YUV 56.14 130.18 201.37 -
System Red Green Blue C M Y K H S L
Decimal 159 3 60 0 0.98 0.62 0.38 338.08 0.96 0.32
Hex 9F 3 3C 0 62 3E 26 152 60 20
Octal 237 3 74 0 142 76 46 522 140 40
Binary 10011111 11 111100 0 1100010 111110 100110 101010010 1100000 100000

Color Harmonies of #9F033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F033C

Black with #9F033C

Text Example


Text Example

White with #9F033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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