Shades of Night Shadz #AB3C51
Tints of Night Shadz #AB3C51
RGB
CMYK
RGB Variations
Color information
#AB3C51 (or 0xAB3C51) is known color: Night Shadz. HEX triplet: AB, 3C and 51. RGB value is (171,60,81). Sum of RGB (Red+Green+Blue) = 171+60+81=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C51 is #54C3AE. Grayscale: #5F5F5F. Windows color (decimal): -5555119 or 5323947. OLE color: 5323947.
HSL color Cylindrical-coordinate representation of color #AB3C51: hue angle of 348.65º degrees, saturation: 0.48, 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 #AB3C51 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 81 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.33 |
| HSL | 348.65º | 0.48% | 0.45% | - |
| HSV(B) | 348.65º | 0.65% | 0.67% | - |
| XYZ | 19.9 | 12.48 | 9.15 | - |
| YUV | 95.58 | 119.77 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 81 | 0 | 0.65 | 0.53 | 0.33 | 348.65 | 0.48 | 0.45 |
| Hex | AB | 3C | 51 | 0 | 41 | 35 | 21 | 15D | 30 | 2D |
| Octal | 253 | 74 | 121 | 0 | 101 | 65 | 41 | 535 | 60 | 55 |
| Binary | 10101011 | 111100 | 1010001 | 0 | 1000001 | 110101 | 100001 | 101011101 | 110000 | 101101 |
Color Harmonies of #AB3C51
Complementary color
Monochromatic Colors of #AB3C51
Black with #AB3C51
Text Example
Text Example
White with #AB3C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C51; }
p { color: rgb(171,60,81); }
H1.HeaderClassName
{
color: #AB3C51;
}
.AnyTagClassName
{
color: #AB3C51;
}
</style>
background-color css
<style>
a { background-color: #AB3C51; }
a { background-color: rgb(171,60,81); }
div.DivClassName
{
background-color: #AB3C51;
}
.BgClassName
{
background-color: #AB3C51;
}
</style>
border-color css
<style>
span { border-color: #AB3C51; }
span { border-color: rgb(171,60,81); }
td.TdClassName
{
border-color: #AB3C51;
}
.TagClassName
{
border-color: #AB3C51;
}
</style>