Html Css Color HEX #9F024C Jazzberry Jam

📋 copy color: '#9F024C'

red 159 ◦ green 2 ◦ blue 76

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

Shades of Jazzberry Jam #9F024C

Tints of Jazzberry Jam #9F024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 76 (30.08% from 255) = 32.07%

R = 67.09%
G = 0.84%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9F024C (or 0x9F024C) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 4C. RGB value is (159,2,76). Sum of RGB (Red+Green+Blue) = 159+2+76=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F024C is #60FDB3. Grayscale: #393939. Windows color (decimal): -6356404 or 4981407. OLE color: 4981407.

HSL color Cylindrical-coordinate representation of color #9F024C: hue angle of 331.72º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F024C is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 2 76 -
CMYK 0 0.99 0.52 0.38
HSL 331.72º 0.98% 0.32% -
HSV(B) 331.72º 0.99% 0.62% -
XYZ 15.62 7.94 7.55 -
YUV 57.38 138.51 200.48 -
System Red Green Blue C M Y K H S L
Decimal 159 2 76 0 0.99 0.52 0.38 331.72 0.98 0.32
Hex 9F 2 4C 0 63 34 26 14C 62 20
Octal 237 2 114 0 143 64 46 514 142 40
Binary 10011111 10 1001100 0 1100011 110100 100110 101001100 1100010 100000

Color Harmonies of #9F024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F024C

Black with #9F024C

Text Example


Text Example

White with #9F024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,2,76); }

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

background-color css

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

 a { background-color: rgb(159,2,76); }

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

border-color css

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

 span { border-color: rgb(159,2,76); }

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