Shades of Night Shadz #AB3F40
Tints of Night Shadz #AB3F40
RGB
CMYK
RGB Variations
Color information
#AB3F40 (or 0xAB3F40) is known color: Night Shadz. HEX triplet: AB, 3F and 40. RGB value is (171,63,64). Sum of RGB (Red+Green+Blue) = 171+63+64=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F40 is #54C0BF. Grayscale: #5F5F5F. Windows color (decimal): -5554368 or 4210603. OLE color: 4210603.
HSL color Cylindrical-coordinate representation of color #AB3F40: hue angle of 359.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB3F40 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 64 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.33 |
| HSL | 359.44º | 0.46% | 0.46% | - |
| HSV(B) | 359.44º | 0.63% | 0.67% | - |
| XYZ | 19.5 | 12.58 | 6.25 | - |
| YUV | 95.41 | 110.28 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 64 | 0 | 0.63 | 0.63 | 0.33 | 359.44 | 0.46 | 0.46 |
| Hex | AB | 3F | 40 | 0 | 3F | 3F | 21 | 167 | 2E | 2E |
| Octal | 253 | 77 | 100 | 0 | 77 | 77 | 41 | 547 | 56 | 56 |
| Binary | 10101011 | 111111 | 1000000 | 0 | 111111 | 111111 | 100001 | 101100111 | 101110 | 101110 |
Color Harmonies of #AB3F40
Complementary color
Monochromatic Colors of #AB3F40
Black with #AB3F40
Text Example
Text Example
White with #AB3F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F40; }
p { color: rgb(171,63,64); }
H1.HeaderClassName
{
color: #AB3F40;
}
.AnyTagClassName
{
color: #AB3F40;
}
</style>
background-color css
<style>
a { background-color: #AB3F40; }
a { background-color: rgb(171,63,64); }
div.DivClassName
{
background-color: #AB3F40;
}
.BgClassName
{
background-color: #AB3F40;
}
</style>
border-color css
<style>
span { border-color: #AB3F40; }
span { border-color: rgb(171,63,64); }
td.TdClassName
{
border-color: #AB3F40;
}
.TagClassName
{
border-color: #AB3F40;
}
</style>