Shades of Nero #231F1F
Tints of Nero #231F1F
RGB
CMYK
RGB Variations
Color information
#231F1F (or 0x231F1F) is known color: Nero. HEX triplet: 23, 1F and 1F. RGB value is (35,31,31). Sum of RGB (Red+Green+Blue) = 35+31+31=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 35 - color contains mainly: red. Hex color #231F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F1F is #DCE0E0. Grayscale: #202020. Windows color (decimal): -14475489 or 2039587. OLE color: 2039587.
HSL color Cylindrical-coordinate representation of color #231F1F: hue angle of 0º degrees, saturation: 0.06, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #231F1F is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 31 | 31 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.86 |
| HSL | 0º | 0.06% | 0.13% | - |
| HSV(B) | 0º | 0.11% | 0.14% | - |
| XYZ | 1.43 | 1.44 | 1.5 | - |
| YUV | 32.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 31 | 0 | 0.11 | 0.11 | 0.86 | 0 | 0.06 | 0.13 |
| Hex | 23 | 1F | 1F | 0 | B | B | 56 | 0 | 6 | D |
| Octal | 43 | 37 | 37 | 0 | 13 | 13 | 126 | 0 | 6 | 15 |
| Binary | 100011 | 11111 | 11111 | 0 | 1011 | 1011 | 1010110 | 0 | 110 | 1101 |
Color Harmonies of #231F1F
Complementary color
Monochromatic Colors of #231F1F
Black with #231F1F
Text Example
Text Example
White with #231F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F1F; }
p { color: rgb(35,31,31); }
H1.HeaderClassName
{
color: #231F1F;
}
.AnyTagClassName
{
color: #231F1F;
}
</style>
background-color css
<style>
a { background-color: #231F1F; }
a { background-color: rgb(35,31,31); }
div.DivClassName
{
background-color: #231F1F;
}
.BgClassName
{
background-color: #231F1F;
}
</style>
border-color css
<style>
span { border-color: #231F1F; }
span { border-color: rgb(35,31,31); }
td.TdClassName
{
border-color: #231F1F;
}
.TagClassName
{
border-color: #231F1F;
}
</style>