Html Css Color HEX #9F033B Jazzberry Jam

📋 copy color: '#9F033B'

red 159 ◦ green 3 ◦ blue 59

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

Shades of Jazzberry Jam #9F033B

Tints of Jazzberry Jam #9F033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.7%

R = 71.95%
G = 1.36%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9F033B (or 0x9F033B) is known color: Jazzberry Jam. HEX triplet: 9F, 03 and 3B. RGB value is (159,3,59). Sum of RGB (Red+Green+Blue) = 159+3+59=221 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.95% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 159 - color contains mainly: red. Hex color #9F033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F033B is #60FCC4. Grayscale: #373737. Windows color (decimal): -6356165 or 3867551. OLE color: 3867551.

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

Color convert

RGB 159 3 59 -
CMYK 0 0.98 0.63 0.38
HSL 338.46º 0.96% 0.32% -
HSV(B) 338.46º 0.98% 0.62% -
XYZ 15.12 7.75 4.84 -
YUV 56.03 129.68 201.45 -
System Red Green Blue C M Y K H S L
Decimal 159 3 59 0 0.98 0.63 0.38 338.46 0.96 0.32
Hex 9F 3 3B 0 62 3F 26 152 60 20
Octal 237 3 73 0 142 77 46 522 140 40
Binary 10011111 11 111011 0 1100010 111111 100110 101010010 1100000 100000

Color Harmonies of #9F033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F033B

Black with #9F033B

Text Example


Text Example

White with #9F033B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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