Shades of Nero #271B1B
Tints of Nero #271B1B
RGB
CMYK
RGB Variations
Color information
#271B1B (or 0x271B1B) is known color: Nero. HEX triplet: 27, 1B and 1B. RGB value is (39,27,27). Sum of RGB (Red+Green+Blue) = 39+27+27=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #271B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271B1B is #D8E4E4. Grayscale: #1E1E1E. Windows color (decimal): -14214373 or 1776423. OLE color: 1776423.
HSL color Cylindrical-coordinate representation of color #271B1B: hue angle of 0º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #271B1B is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 27 | 27 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.85 |
| HSL | 0º | 0.18% | 0.13% | - |
| HSV(B) | 0º | 0.31% | 0.15% | - |
| XYZ | 1.43 | 1.29 | 1.21 | - |
| YUV | 30.59 | 125.98 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 27 | 0 | 0.31 | 0.31 | 0.85 | 0 | 0.18 | 0.13 |
| Hex | 27 | 1B | 1B | 0 | 1F | 1F | 55 | 0 | 12 | D |
| Octal | 47 | 33 | 33 | 0 | 37 | 37 | 125 | 0 | 22 | 15 |
| Binary | 100111 | 11011 | 11011 | 0 | 11111 | 11111 | 1010101 | 0 | 10010 | 1101 |
Color Harmonies of #271B1B
Complementary color
Monochromatic Colors of #271B1B
Black with #271B1B
Text Example
Text Example
White with #271B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271B1B; }
p { color: rgb(39,27,27); }
H1.HeaderClassName
{
color: #271B1B;
}
.AnyTagClassName
{
color: #271B1B;
}
</style>
background-color css
<style>
a { background-color: #271B1B; }
a { background-color: rgb(39,27,27); }
div.DivClassName
{
background-color: #271B1B;
}
.BgClassName
{
background-color: #271B1B;
}
</style>
border-color css
<style>
span { border-color: #271B1B; }
span { border-color: rgb(39,27,27); }
td.TdClassName
{
border-color: #271B1B;
}
.TagClassName
{
border-color: #271B1B;
}
</style>