Html Css Color HEX #9F024B Jazzberry Jam

📋 copy color: '#9F024B'

red 159 ◦ green 2 ◦ blue 75

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

Shades of Jazzberry Jam #9F024B

Tints of Jazzberry Jam #9F024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.78%

R = 67.37%
G = 0.85%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9F024B (or 0x9F024B) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 4B. RGB value is (159,2,75). Sum of RGB (Red+Green+Blue) = 159+2+75=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F024B is #60FDB4. Grayscale: #393939. Windows color (decimal): -6356405 or 4915871. OLE color: 4915871.

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

Color convert

RGB 159 2 75 -
CMYK 0 0.99 0.53 0.38
HSL 332.1º 0.98% 0.32% -
HSV(B) 332.1º 0.99% 0.62% -
XYZ 15.59 7.92 7.36 -
YUV 57.27 138.01 200.56 -
System Red Green Blue C M Y K H S L
Decimal 159 2 75 0 0.99 0.53 0.38 332.1 0.98 0.32
Hex 9F 2 4B 0 63 35 26 14C 62 20
Octal 237 2 113 0 143 65 46 514 142 40
Binary 10011111 10 1001011 0 1100011 110101 100110 101001100 1100010 100000

Color Harmonies of #9F024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F024B

Black with #9F024B

Text Example


Text Example

White with #9F024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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