Shades of Nero #221C1C
Tints of Nero #221C1C
RGB
CMYK
RGB Variations
Color information
#221C1C (or 0x221C1C) is known color: Nero. HEX triplet: 22, 1C and 1C. RGB value is (34,28,28). Sum of RGB (Red+Green+Blue) = 34+28+28=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 34 - color contains mainly: red. Hex color #221C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221C1C is #DDE3E3. Grayscale: #1D1D1D. Windows color (decimal): -14541796 or 1842210. OLE color: 1842210.
HSL color Cylindrical-coordinate representation of color #221C1C: hue angle of 0º degrees, saturation: 0.1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #221C1C is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
RGB | 34 | 28 | 28 | - |
CMYK | 0 | 0.18 | 0.18 | 0.87 |
HSL | 0º | 0.1% | 0.12% | - |
HSV(B) | 0º | 0.18% | 0.13% | - |
XYZ | 1.28 | 1.25 | 1.27 | - |
YUV | 29.79 | 126.99 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 34 | 28 | 28 | 0 | 0.18 | 0.18 | 0.87 | 0 | 0.1 | 0.12 |
Hex | 22 | 1C | 1C | 0 | 12 | 12 | 57 | 0 | A | C |
Octal | 42 | 34 | 34 | 0 | 22 | 22 | 127 | 0 | 12 | 14 |
Binary | 100010 | 11100 | 11100 | 0 | 10010 | 10010 | 1010111 | 0 | 1010 | 1100 |
Color Harmonies of #221C1C
Complementary color
Monochromatic Colors of #221C1C
Black with #221C1C
Text Example
Text Example
White with #221C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221C1C; }
p { color: rgb(34,28,28); }
H1.HeaderClassName
{
color: #221C1C;
}
.AnyTagClassName
{
color: #221C1C;
}
</style>
background-color css
<style>
a { background-color: #221C1C; }
a { background-color: rgb(34,28,28); }
div.DivClassName
{
background-color: #221C1C;
}
.BgClassName
{
background-color: #221C1C;
}
</style>
border-color css
<style>
span { border-color: #221C1C; }
span { border-color: rgb(34,28,28); }
td.TdClassName
{
border-color: #221C1C;
}
.TagClassName
{
border-color: #221C1C;
}
</style>