Html Css Color HEX #9F0346 Jazzberry Jam

📋 copy color: '#9F0346'

red 159 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #9F0346

Tints of Jazzberry Jam #9F0346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.17%

R = 68.53%
G = 1.29%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#9F0346 (or 0x9F0346) is known color: Jazzberry Jam. HEX triplet: 9F, 03 and 46. RGB value is (159,3,70). Sum of RGB (Red+Green+Blue) = 159+3+70=232 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.53% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0346 is #60FCB9. Grayscale: #393939. Windows color (decimal): -6356154 or 4588447. OLE color: 4588447.

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

Color convert

RGB 159 3 70 -
CMYK 0 0.98 0.56 0.38
HSL 334.23º 0.96% 0.32% -
HSV(B) 334.23º 0.98% 0.62% -
XYZ 15.44 7.88 6.5 -
YUV 57.28 135.18 200.55 -
System Red Green Blue C M Y K H S L
Decimal 159 3 70 0 0.98 0.56 0.38 334.23 0.96 0.32
Hex 9F 3 46 0 62 38 26 14E 60 20
Octal 237 3 106 0 142 70 46 516 140 40
Binary 10011111 11 1000110 0 1100010 111000 100110 101001110 1100000 100000

Color Harmonies of #9F0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0346

Black with #9F0346

Text Example


Text Example

White with #9F0346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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