Html Css Color HEX #9F003D Jazzberry Jam

📋 copy color: '#9F003D'

red 159 ◦ green 0 ◦ blue 61

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

Shades of Jazzberry Jam #9F003D

Tints of Jazzberry Jam #9F003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.73%

R = 72.27%
G = 0%
B = 27.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9F003D (or 0x9F003D) is known color: Jazzberry Jam. HEX triplet: 9F, 00 and 3D. RGB value is (159,0,61). Sum of RGB (Red+Green+Blue) = 159+0+61=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F003D is #60FFC2. Grayscale: #363636. Windows color (decimal): -6356931 or 3997855. OLE color: 3997855.

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

Color convert

RGB 159 0 61 -
CMYK 0 1 0.62 0.38
HSL 336.98º 1% 0.31% -
HSV(B) 336.98º 1% 0.62% -
XYZ 15.14 7.71 5.1 -
YUV 54.5 131.68 202.54 -
System Red Green Blue C M Y K H S L
Decimal 159 0 61 0 1 0.62 0.38 336.98 1 0.31
Hex 9F 0 3D 0 64 3E 26 151 64 1F
Octal 237 0 75 0 144 76 46 521 144 37
Binary 10011111 0 111101 0 1100100 111110 100110 101010001 1100100 11111

Color Harmonies of #9F003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F003D

Black with #9F003D

Text Example


Text Example

White with #9F003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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