Shades of Night Shadz #AB343F
Tints of Night Shadz #AB343F
RGB
CMYK
RGB Variations
Color information
#AB343F (or 0xAB343F) is known color: Night Shadz. HEX triplet: AB, 34 and 3F. RGB value is (171,52,63). Sum of RGB (Red+Green+Blue) = 171+52+63=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB343F is #54CBC0. Grayscale: #585858. Windows color (decimal): -5557185 or 4142251. OLE color: 4142251.
HSL color Cylindrical-coordinate representation of color #AB343F: hue angle of 354.45º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB343F is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 63 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.33 |
| HSL | 354.45º | 0.53% | 0.44% | - |
| HSV(B) | 354.45º | 0.7% | 0.67% | - |
| XYZ | 18.92 | 11.47 | 5.92 | - |
| YUV | 88.84 | 113.42 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 63 | 0 | 0.70 | 0.63 | 0.33 | 354.45 | 0.53 | 0.44 |
| Hex | AB | 34 | 3F | 0 | 46 | 3F | 21 | 162 | 35 | 2C |
| Octal | 253 | 64 | 77 | 0 | 106 | 77 | 41 | 542 | 65 | 54 |
| Binary | 10101011 | 110100 | 111111 | 0 | 1000110 | 111111 | 100001 | 101100010 | 110101 | 101100 |
Color Harmonies of #AB343F
Complementary color
Monochromatic Colors of #AB343F
Black with #AB343F
Text Example
Text Example
White with #AB343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB343F; }
p { color: rgb(171,52,63); }
H1.HeaderClassName
{
color: #AB343F;
}
.AnyTagClassName
{
color: #AB343F;
}
</style>
background-color css
<style>
a { background-color: #AB343F; }
a { background-color: rgb(171,52,63); }
div.DivClassName
{
background-color: #AB343F;
}
.BgClassName
{
background-color: #AB343F;
}
</style>
border-color css
<style>
span { border-color: #AB343F; }
span { border-color: rgb(171,52,63); }
td.TdClassName
{
border-color: #AB343F;
}
.TagClassName
{
border-color: #AB343F;
}
</style>