Shades of Night Shadz #AB3B42
Tints of Night Shadz #AB3B42
RGB
CMYK
RGB Variations
Color information
#AB3B42 (or 0xAB3B42) is known color: Night Shadz. HEX triplet: AB, 3B and 42. RGB value is (171,59,66). Sum of RGB (Red+Green+Blue) = 171+59+66=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3B42 is #54C4BD. Grayscale: #5D5D5D. Windows color (decimal): -5555390 or 4340651. OLE color: 4340651.
HSL color Cylindrical-coordinate representation of color #AB3B42: hue angle of 356.25º 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 #AB3B42 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 59 | 66 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.33 |
| HSL | 356.25º | 0.49% | 0.45% | - |
| HSV(B) | 356.25º | 0.65% | 0.67% | - |
| XYZ | 19.34 | 12.18 | 6.49 | - |
| YUV | 93.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 66 | 0 | 0.65 | 0.61 | 0.33 | 356.25 | 0.49 | 0.45 |
| Hex | AB | 3B | 42 | 0 | 41 | 3D | 21 | 164 | 31 | 2D |
| Octal | 253 | 73 | 102 | 0 | 101 | 75 | 41 | 544 | 61 | 55 |
| Binary | 10101011 | 111011 | 1000010 | 0 | 1000001 | 111101 | 100001 | 101100100 | 110001 | 101101 |
Color Harmonies of #AB3B42
Complementary color
Monochromatic Colors of #AB3B42
Black with #AB3B42
Text Example
Text Example
White with #AB3B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3B42; }
p { color: rgb(171,59,66); }
H1.HeaderClassName
{
color: #AB3B42;
}
.AnyTagClassName
{
color: #AB3B42;
}
</style>
background-color css
<style>
a { background-color: #AB3B42; }
a { background-color: rgb(171,59,66); }
div.DivClassName
{
background-color: #AB3B42;
}
.BgClassName
{
background-color: #AB3B42;
}
</style>
border-color css
<style>
span { border-color: #AB3B42; }
span { border-color: rgb(171,59,66); }
td.TdClassName
{
border-color: #AB3B42;
}
.TagClassName
{
border-color: #AB3B42;
}
</style>