#AB0B42

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

Shades of Jazzberry Jam #AB0B42

Tints of Jazzberry Jam #AB0B42

Color information

#AB0B42 (or 0xAB0B42) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 0B and 42. RGB value is (171,11,66). Sum of RGB (Red+Green+Blue) = 171+11+66=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0B42 is #54F4BD. Grayscale: #414141. Windows color (decimal): -5567678 or 4328363. OLE color: 4328363.

HSL color Cylindrical-coordinate representation of color #AB0B42: hue angle of 339.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0B42 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB1711166-
CMYK00.940.610.33
HSL339.38º87.91%35.69%-
HSV(B)339.38º93.57%67.06%-
XYZ17.99.296-
YUV65.11128.51203.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 68.95%
GREEN value IS 11 (4.69% from 255) = 4.44%
BLUE value IS 66 (26.17% from 255) = 26.61%
R=68.95%
G=4.44%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171116600.940.610.33339.3887.9135.69
HexABB4205E3D211535824
Octal253131020136754152313044
Binary1010101110111000010010111101111011000011010100111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0B42; }

 p { color: rgb(171,11,66); }

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

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

 a { background-color: rgb(171,11,66); }

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

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

 span { border-color: rgb(171,11,66); }

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