Shades of Night Shadz #AB3B40
Tints of Night Shadz #AB3B40
RGB
CMYK
RGB Variations
Color information
#AB3B40 (or 0xAB3B40) is known color: Night Shadz. HEX triplet: AB, 3B and 40. RGB value is (171,59,64). Sum of RGB (Red+Green+Blue) = 171+59+64=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3B40 is #54C4BF. Grayscale: #5D5D5D. Windows color (decimal): -5555392 or 4209579. OLE color: 4209579.
HSL color Cylindrical-coordinate representation of color #AB3B40: hue angle of 357.32º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3B40 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 59 | 64 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.33 |
| HSL | 357.32º | 0.49% | 0.45% | - |
| HSV(B) | 357.32º | 0.65% | 0.67% | - |
| XYZ | 19.28 | 12.16 | 6.18 | - |
| YUV | 93.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 64 | 0 | 0.65 | 0.63 | 0.33 | 357.32 | 0.49 | 0.45 |
| Hex | AB | 3B | 40 | 0 | 41 | 3F | 21 | 165 | 31 | 2D |
| Octal | 253 | 73 | 100 | 0 | 101 | 77 | 41 | 545 | 61 | 55 |
| Binary | 10101011 | 111011 | 1000000 | 0 | 1000001 | 111111 | 100001 | 101100101 | 110001 | 101101 |
Color Harmonies of #AB3B40
Complementary color
Monochromatic Colors of #AB3B40
Black with #AB3B40
Text Example
Text Example
White with #AB3B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3B40; }
p { color: rgb(171,59,64); }
H1.HeaderClassName
{
color: #AB3B40;
}
.AnyTagClassName
{
color: #AB3B40;
}
</style>
background-color css
<style>
a { background-color: #AB3B40; }
a { background-color: rgb(171,59,64); }
div.DivClassName
{
background-color: #AB3B40;
}
.BgClassName
{
background-color: #AB3B40;
}
</style>
border-color css
<style>
span { border-color: #AB3B40; }
span { border-color: rgb(171,59,64); }
td.TdClassName
{
border-color: #AB3B40;
}
.TagClassName
{
border-color: #AB3B40;
}
</style>