Shades of Cardin Green #141816
Tints of Cardin Green #141816
RGB
CMYK
RGB Variations
Color information
#141816 (or 0x141816) is known color: Cardin Green. HEX triplet: 14, 18 and 16. RGB value is (20,24,22). Sum of RGB (Red+Green+Blue) = 20+24+22=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 24 - color contains mainly: green. Hex color #141816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141816 is #EBE7E9. Grayscale: #161616. Windows color (decimal): -15460330 or 1447956. OLE color: 1447956.
HSL color Cylindrical-coordinate representation of color #141816: hue angle of 150º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #141816 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 24 | 22 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.91 |
| HSL | 150º | 0.09% | 0.09% | - |
| HSV(B) | 150º | 0.17% | 0.09% | - |
| XYZ | 0.76 | 0.86 | 0.88 | - |
| YUV | 22.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 22 | 0.17 | 0 | 0.08 | 0.91 | 150 | 0.09 | 0.09 |
| Hex | 14 | 18 | 16 | 11 | 0 | 8 | 5B | 96 | 9 | 9 |
| Octal | 24 | 30 | 26 | 21 | 0 | 10 | 133 | 226 | 11 | 11 |
| Binary | 10100 | 11000 | 10110 | 10001 | 0 | 1000 | 1011011 | 10010110 | 1001 | 1001 |
Color Harmonies of #141816
Complementary color
Monochromatic Colors of #141816
Black with #141816
Text Example
Text Example
White with #141816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141816; }
p { color: rgb(20,24,22); }
H1.HeaderClassName
{
color: #141816;
}
.AnyTagClassName
{
color: #141816;
}
</style>
background-color css
<style>
a { background-color: #141816; }
a { background-color: rgb(20,24,22); }
div.DivClassName
{
background-color: #141816;
}
.BgClassName
{
background-color: #141816;
}
</style>
border-color css
<style>
span { border-color: #141816; }
span { border-color: rgb(20,24,22); }
td.TdClassName
{
border-color: #141816;
}
.TagClassName
{
border-color: #141816;
}
</style>