#AB0940

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

Shades of Jazzberry Jam #AB0940

Tints of Jazzberry Jam #AB0940

Color information

#AB0940 (or 0xAB0940) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 09 and 40. RGB value is (171,9,64). Sum of RGB (Red+Green+Blue) = 171+9+64=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0940 is #54F6BF. Grayscale: #3F3F3F. Windows color (decimal): -5568192 or 4196779. OLE color: 4196779.

HSL color Cylindrical-coordinate representation of color #AB0940: hue angle of 339.63º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0940 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB171964-
CMYK00.950.630.33
HSL339.63º90%35.29%-
HSV(B)339.63º94.74%67.06%-
XYZ17.829.225.69-
YUV63.71128.17204.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.08%
GREEN value IS 9 (3.91% from 255) = 3.69%
BLUE value IS 64 (25.39% from 255) = 26.23%
R=70.08%
G=3.69%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17196400.950.630.33339.639035.29
HexAB94005F3F211545a23
Octal253111000137774152413243
Binary1010101110011000000010111111111111000011010101001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0940; }

 p { color: rgb(171,9,64); }

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

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

 a { background-color: rgb(171,9,64); }

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

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

 span { border-color: rgb(171,9,64); }

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