Shades of Night Shadz #AB3F51
Tints of Night Shadz #AB3F51
RGB
CMYK
RGB Variations
Color information
#AB3F51 (or 0xAB3F51) is known color: Night Shadz. HEX triplet: AB, 3F and 51. RGB value is (171,63,81). Sum of RGB (Red+Green+Blue) = 171+63+81=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F51 is #54C0AE. Grayscale: #616161. Windows color (decimal): -5554351 or 5324715. OLE color: 5324715.
HSL color Cylindrical-coordinate representation of color #AB3F51: hue angle of 350º 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 #AB3F51 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 81 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.33 |
| HSL | 350º | 0.46% | 0.46% | - |
| HSV(B) | 350º | 0.63% | 0.67% | - |
| XYZ | 20.06 | 12.81 | 9.2 | - |
| YUV | 97.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 81 | 0 | 0.63 | 0.53 | 0.33 | 350 | 0.46 | 0.46 |
| Hex | AB | 3F | 51 | 0 | 3F | 35 | 21 | 15E | 2E | 2E |
| Octal | 253 | 77 | 121 | 0 | 77 | 65 | 41 | 536 | 56 | 56 |
| Binary | 10101011 | 111111 | 1010001 | 0 | 111111 | 110101 | 100001 | 101011110 | 101110 | 101110 |
Color Harmonies of #AB3F51
Complementary color
Monochromatic Colors of #AB3F51
Black with #AB3F51
Text Example
Text Example
White with #AB3F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F51; }
p { color: rgb(171,63,81); }
H1.HeaderClassName
{
color: #AB3F51;
}
.AnyTagClassName
{
color: #AB3F51;
}
</style>
background-color css
<style>
a { background-color: #AB3F51; }
a { background-color: rgb(171,63,81); }
div.DivClassName
{
background-color: #AB3F51;
}
.BgClassName
{
background-color: #AB3F51;
}
</style>
border-color css
<style>
span { border-color: #AB3F51; }
span { border-color: rgb(171,63,81); }
td.TdClassName
{
border-color: #AB3F51;
}
.TagClassName
{
border-color: #AB3F51;
}
</style>