#9F0248

Color #9F0248 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #9F0248

Tints of Jazzberry Jam #9F0248

Color information

#9F0248 (or 0x9F0248) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 02 and 48. RGB value is (159,2,72). Sum of RGB (Red+Green+Blue) = 159+2+72=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0248 is #60FDB7. Grayscale: #383838. Windows color (decimal): -6356408 or 4719263. OLE color: 4719263.

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

Color convert

RGB159272-
CMYK00.990.550.38
HSL333.25º97.52%31.57%-
HSV(B)333.25º98.74%62.35%-
XYZ15.497.886.84-
YUV56.92136.51200.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 68.24%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 72 (28.52% from 255) = 30.90%
R=68.24%
G=0.86%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15927200.990.550.38333.2597.5231.57
Hex9F248063372614d6220
Octal23721100143674651514240
Binary10011111101001000011000111101111001101010011011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F0248;
 }
 .AnyTagClassName
 {
   color: #9F0248;
 }
</style>
background-color css

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

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

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

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

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

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