Shades of Black #141010
Tints of Black #141010
RGB
CMYK
RGB Variations
Color information
#141010 (or 0x141010) is known color: Black. HEX triplet: 14, 10 and 10. RGB value is (20,16,16). Sum of RGB (Red+Green+Blue) = 20+16+16=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 20 - color contains mainly: red. Hex color #141010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141010 is #EBEFEF. Grayscale: #111111. Windows color (decimal): -15462384 or 1052692. OLE color: 1052692.
HSL color Cylindrical-coordinate representation of color #141010: hue angle of 0º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #141010 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 16 | 16 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.92 |
| HSL | 0º | 0.11% | 0.07% | - |
| HSV(B) | 0º | 0.2% | 0.08% | - |
| XYZ | 0.57 | 0.56 | 0.57 | - |
| YUV | 17.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 16 | 0 | 0.20 | 0.20 | 0.92 | 0 | 0.11 | 0.07 |
| Hex | 14 | 10 | 10 | 0 | 14 | 14 | 5C | 0 | B | 7 |
| Octal | 24 | 20 | 20 | 0 | 24 | 24 | 134 | 0 | 13 | 7 |
| Binary | 10100 | 10000 | 10000 | 0 | 10100 | 10100 | 1011100 | 0 | 1011 | 111 |
Color Harmonies of #141010
Complementary color
Monochromatic Colors of #141010
Black with #141010
Text Example
Text Example
White with #141010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141010; }
p { color: rgb(20,16,16); }
H1.HeaderClassName
{
color: #141010;
}
.AnyTagClassName
{
color: #141010;
}
</style>
background-color css
<style>
a { background-color: #141010; }
a { background-color: rgb(20,16,16); }
div.DivClassName
{
background-color: #141010;
}
.BgClassName
{
background-color: #141010;
}
</style>
border-color css
<style>
span { border-color: #141010; }
span { border-color: rgb(20,16,16); }
td.TdClassName
{
border-color: #141010;
}
.TagClassName
{
border-color: #141010;
}
</style>