Shades of Nero #281C1B
Tints of Nero #281C1B
RGB
CMYK
RGB Variations
Color information
#281C1B (or 0x281C1B) is known color: Nero. HEX triplet: 28, 1C and 1B. RGB value is (40,28,27). Sum of RGB (Red+Green+Blue) = 40+28+27=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 40 - color contains mainly: red. Hex color #281C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281C1B is #D7E3E4. Grayscale: #1F1F1F. Windows color (decimal): -14148581 or 1776680. OLE color: 1776680.
HSL color Cylindrical-coordinate representation of color #281C1B: hue angle of 4.62º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #281C1B is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 28 | 27 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.84 |
| HSL | 4.62º | 0.19% | 0.13% | - |
| HSV(B) | 4.62º | 0.33% | 0.16% | - |
| XYZ | 1.49 | 1.36 | 1.22 | - |
| YUV | 31.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 27 | 0 | 0.30 | 0.33 | 0.84 | 4.62 | 0.19 | 0.13 |
| Hex | 28 | 1C | 1B | 0 | 1E | 21 | 54 | 5 | 13 | D |
| Octal | 50 | 34 | 33 | 0 | 36 | 41 | 124 | 5 | 23 | 15 |
| Binary | 101000 | 11100 | 11011 | 0 | 11110 | 100001 | 1010100 | 101 | 10011 | 1101 |
Color Harmonies of #281C1B
Complementary color
Monochromatic Colors of #281C1B
Black with #281C1B
Text Example
Text Example
White with #281C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C1B; }
p { color: rgb(40,28,27); }
H1.HeaderClassName
{
color: #281C1B;
}
.AnyTagClassName
{
color: #281C1B;
}
</style>
background-color css
<style>
a { background-color: #281C1B; }
a { background-color: rgb(40,28,27); }
div.DivClassName
{
background-color: #281C1B;
}
.BgClassName
{
background-color: #281C1B;
}
</style>
border-color css
<style>
span { border-color: #281C1B; }
span { border-color: rgb(40,28,27); }
td.TdClassName
{
border-color: #281C1B;
}
.TagClassName
{
border-color: #281C1B;
}
</style>