Shades of Nero #221D1D
Tints of Nero #221D1D
RGB
CMYK
RGB Variations
Color information
#221D1D (or 0x221D1D) is known color: Nero. HEX triplet: 22, 1D and 1D. RGB value is (34,29,29). Sum of RGB (Red+Green+Blue) = 34+29+29=92 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.96% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 34 - color contains mainly: red. Hex color #221D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221D1D is #DDE2E2. Grayscale: #1E1E1E. Windows color (decimal): -14541539 or 1908002. OLE color: 1908002.
HSL color Cylindrical-coordinate representation of color #221D1D: hue angle of 0º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #221D1D is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
RGB | 34 | 29 | 29 | - |
CMYK | 0 | 0.15 | 0.15 | 0.87 |
HSL | 0º | 0.08% | 0.12% | - |
HSV(B) | 0º | 0.15% | 0.13% | - |
XYZ | 1.32 | 1.31 | 1.35 | - |
YUV | 30.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 34 | 29 | 29 | 0 | 0.15 | 0.15 | 0.87 | 0 | 0.08 | 0.12 |
Hex | 22 | 1D | 1D | 0 | F | F | 57 | 0 | 8 | C |
Octal | 42 | 35 | 35 | 0 | 17 | 17 | 127 | 0 | 10 | 14 |
Binary | 100010 | 11101 | 11101 | 0 | 1111 | 1111 | 1010111 | 0 | 1000 | 1100 |
Color Harmonies of #221D1D
Complementary color
Monochromatic Colors of #221D1D
Black with #221D1D
Text Example
Text Example
White with #221D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221D1D; }
p { color: rgb(34,29,29); }
H1.HeaderClassName
{
color: #221D1D;
}
.AnyTagClassName
{
color: #221D1D;
}
</style>
background-color css
<style>
a { background-color: #221D1D; }
a { background-color: rgb(34,29,29); }
div.DivClassName
{
background-color: #221D1D;
}
.BgClassName
{
background-color: #221D1D;
}
</style>
border-color css
<style>
span { border-color: #221D1D; }
span { border-color: rgb(34,29,29); }
td.TdClassName
{
border-color: #221D1D;
}
.TagClassName
{
border-color: #221D1D;
}
</style>