Html Css Color HEX #9F003B Jazzberry Jam

📋 copy color: '#9F003B'

red 159 ◦ green 0 ◦ blue 59

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

Shades of Jazzberry Jam #9F003B

Tints of Jazzberry Jam #9F003B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.94%
G = 0%
B = 27.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9F003B (or 0x9F003B) is known color: Jazzberry Jam. HEX triplet: 9F, 00 and 3B. RGB value is (159,0,59). Sum of RGB (Red+Green+Blue) = 159+0+59=218 (28% of max value = 765). Red value is 159 (62.5% from 255 or 72.94% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 159 - color contains mainly: red. Hex color #9F003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F003B is #60FFC4. Grayscale: #363636. Windows color (decimal): -6356933 or 3866783. OLE color: 3866783.

HSL color Cylindrical-coordinate representation of color #9F003B: hue angle of 337.74º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F003B is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 0 59 -
CMYK 0 1 0.63 0.38
HSL 337.74º 1% 0.31% -
HSV(B) 337.74º 1% 0.62% -
XYZ 15.09 7.69 4.83 -
YUV 54.27 130.68 202.7 -
System Red Green Blue C M Y K H S L
Decimal 159 0 59 0 1 0.63 0.38 337.74 1 0.31
Hex 9F 0 3B 0 64 3F 26 152 64 1F
Octal 237 0 73 0 144 77 46 522 144 37
Binary 10011111 0 111011 0 1100100 111111 100110 101010010 1100100 11111

Color Harmonies of #9F003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F003B

Black with #9F003B

Text Example


Text Example

White with #9F003B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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