Shades of Night Shadz #AB3E3F
Tints of Night Shadz #AB3E3F
RGB
CMYK
RGB Variations
Color information
#AB3E3F (or 0xAB3E3F) is known color: Night Shadz. HEX triplet: AB, 3E and 3F. RGB value is (171,62,63). Sum of RGB (Red+Green+Blue) = 171+62+63=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3E3F is #54C1C0. Grayscale: #5E5E5E. Windows color (decimal): -5554625 or 4144811. OLE color: 4144811.
HSL color Cylindrical-coordinate representation of color #AB3E3F: hue angle of 359.45º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3E3F is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 63 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.33 |
| HSL | 359.45º | 0.47% | 0.46% | - |
| HSV(B) | 359.45º | 0.64% | 0.67% | - |
| XYZ | 19.41 | 12.46 | 6.08 | - |
| YUV | 94.71 | 110.11 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 63 | 0 | 0.64 | 0.63 | 0.33 | 359.45 | 0.47 | 0.46 |
| Hex | AB | 3E | 3F | 0 | 40 | 3F | 21 | 167 | 2F | 2E |
| Octal | 253 | 76 | 77 | 0 | 100 | 77 | 41 | 547 | 57 | 56 |
| Binary | 10101011 | 111110 | 111111 | 0 | 1000000 | 111111 | 100001 | 101100111 | 101111 | 101110 |
Color Harmonies of #AB3E3F
Complementary color
Monochromatic Colors of #AB3E3F
Black with #AB3E3F
Text Example
Text Example
White with #AB3E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E3F; }
p { color: rgb(171,62,63); }
H1.HeaderClassName
{
color: #AB3E3F;
}
.AnyTagClassName
{
color: #AB3E3F;
}
</style>
background-color css
<style>
a { background-color: #AB3E3F; }
a { background-color: rgb(171,62,63); }
div.DivClassName
{
background-color: #AB3E3F;
}
.BgClassName
{
background-color: #AB3E3F;
}
</style>
border-color css
<style>
span { border-color: #AB3E3F; }
span { border-color: rgb(171,62,63); }
td.TdClassName
{
border-color: #AB3E3F;
}
.TagClassName
{
border-color: #AB3E3F;
}
</style>