Shades of Night Shadz #AB3F50
Tints of Night Shadz #AB3F50
RGB
CMYK
RGB Variations
Color information
#AB3F50 (or 0xAB3F50) is known color: Night Shadz. HEX triplet: AB, 3F and 50. RGB value is (171,63,80). Sum of RGB (Red+Green+Blue) = 171+63+80=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F50 is #54C0AF. Grayscale: #616161. Windows color (decimal): -5554352 or 5259179. OLE color: 5259179.
HSL color Cylindrical-coordinate representation of color #AB3F50: hue angle of 350.56º 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 #AB3F50 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 80 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.33 |
| HSL | 350.56º | 0.46% | 0.46% | - |
| HSV(B) | 350.56º | 0.63% | 0.67% | - |
| XYZ | 20.02 | 12.79 | 9 | - |
| YUV | 97.23 | 118.28 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 80 | 0 | 0.63 | 0.53 | 0.33 | 350.56 | 0.46 | 0.46 |
| Hex | AB | 3F | 50 | 0 | 3F | 35 | 21 | 15F | 2E | 2E |
| Octal | 253 | 77 | 120 | 0 | 77 | 65 | 41 | 537 | 56 | 56 |
| Binary | 10101011 | 111111 | 1010000 | 0 | 111111 | 110101 | 100001 | 101011111 | 101110 | 101110 |
Color Harmonies of #AB3F50
Complementary color
Monochromatic Colors of #AB3F50
Black with #AB3F50
Text Example
Text Example
White with #AB3F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F50; }
p { color: rgb(171,63,80); }
H1.HeaderClassName
{
color: #AB3F50;
}
.AnyTagClassName
{
color: #AB3F50;
}
</style>
background-color css
<style>
a { background-color: #AB3F50; }
a { background-color: rgb(171,63,80); }
div.DivClassName
{
background-color: #AB3F50;
}
.BgClassName
{
background-color: #AB3F50;
}
</style>
border-color css
<style>
span { border-color: #AB3F50; }
span { border-color: rgb(171,63,80); }
td.TdClassName
{
border-color: #AB3F50;
}
.TagClassName
{
border-color: #AB3F50;
}
</style>