Shades of Night Shadz #AB3F49
Tints of Night Shadz #AB3F49
RGB
CMYK
RGB Variations
Color information
#AB3F49 (or 0xAB3F49) is known color: Night Shadz. HEX triplet: AB, 3F and 49. RGB value is (171,63,73). Sum of RGB (Red+Green+Blue) = 171+63+73=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F49 is #54C0B6. Grayscale: #606060. Windows color (decimal): -5554359 or 4800427. OLE color: 4800427.
HSL color Cylindrical-coordinate representation of color #AB3F49: hue angle of 354.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 #AB3F49 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 73 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.33 |
| HSL | 354.44º | 0.46% | 0.46% | - |
| HSV(B) | 354.44º | 0.63% | 0.67% | - |
| XYZ | 19.77 | 12.69 | 7.71 | - |
| YUV | 96.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 73 | 0 | 0.63 | 0.57 | 0.33 | 354.44 | 0.46 | 0.46 |
| Hex | AB | 3F | 49 | 0 | 3F | 39 | 21 | 162 | 2E | 2E |
| Octal | 253 | 77 | 111 | 0 | 77 | 71 | 41 | 542 | 56 | 56 |
| Binary | 10101011 | 111111 | 1001001 | 0 | 111111 | 111001 | 100001 | 101100010 | 101110 | 101110 |
Color Harmonies of #AB3F49
Complementary color
Monochromatic Colors of #AB3F49
Black with #AB3F49
Text Example
Text Example
White with #AB3F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F49; }
p { color: rgb(171,63,73); }
H1.HeaderClassName
{
color: #AB3F49;
}
.AnyTagClassName
{
color: #AB3F49;
}
</style>
background-color css
<style>
a { background-color: #AB3F49; }
a { background-color: rgb(171,63,73); }
div.DivClassName
{
background-color: #AB3F49;
}
.BgClassName
{
background-color: #AB3F49;
}
</style>
border-color css
<style>
span { border-color: #AB3F49; }
span { border-color: rgb(171,63,73); }
td.TdClassName
{
border-color: #AB3F49;
}
.TagClassName
{
border-color: #AB3F49;
}
</style>