Shades of Night Shadz #AB3B47
Tints of Night Shadz #AB3B47
RGB
CMYK
RGB Variations
Color information
#AB3B47 (or 0xAB3B47) is known color: Night Shadz. HEX triplet: AB, 3B and 47. RGB value is (171,59,71). Sum of RGB (Red+Green+Blue) = 171+59+71=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3B47 is #54C4B8. Grayscale: #5D5D5D. Windows color (decimal): -5555385 or 4668331. OLE color: 4668331.
HSL color Cylindrical-coordinate representation of color #AB3B47: hue angle of 353.57º 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 #AB3B47 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 59 | 71 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.33 |
| HSL | 353.57º | 0.49% | 0.45% | - |
| HSV(B) | 353.57º | 0.65% | 0.67% | - |
| XYZ | 19.5 | 12.24 | 7.3 | - |
| YUV | 93.86 | 115.11 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 71 | 0 | 0.65 | 0.58 | 0.33 | 353.57 | 0.49 | 0.45 |
| Hex | AB | 3B | 47 | 0 | 41 | 3A | 21 | 162 | 31 | 2D |
| Octal | 253 | 73 | 107 | 0 | 101 | 72 | 41 | 542 | 61 | 55 |
| Binary | 10101011 | 111011 | 1000111 | 0 | 1000001 | 111010 | 100001 | 101100010 | 110001 | 101101 |
Color Harmonies of #AB3B47
Complementary color
Monochromatic Colors of #AB3B47
Black with #AB3B47
Text Example
Text Example
White with #AB3B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3B47; }
p { color: rgb(171,59,71); }
H1.HeaderClassName
{
color: #AB3B47;
}
.AnyTagClassName
{
color: #AB3B47;
}
</style>
background-color css
<style>
a { background-color: #AB3B47; }
a { background-color: rgb(171,59,71); }
div.DivClassName
{
background-color: #AB3B47;
}
.BgClassName
{
background-color: #AB3B47;
}
</style>
border-color css
<style>
span { border-color: #AB3B47; }
span { border-color: rgb(171,59,71); }
td.TdClassName
{
border-color: #AB3B47;
}
.TagClassName
{
border-color: #AB3B47;
}
</style>