Shades of Black Russian #181C2F
Tints of Black Russian #181C2F
RGB
CMYK
RGB Variations
Color information
#181C2F (or 0x181C2F) is known color: Black Russian. HEX triplet: 18, 1C and 2F. RGB value is (24,28,47). Sum of RGB (Red+Green+Blue) = 24+28+47=99 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24.24% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 47 - color contains mainly: blue. Hex color #181C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181C2F is #E7E3D0. Grayscale: #1C1C1C. Windows color (decimal): -15197137 or 3087384. OLE color: 3087384.
HSL color Cylindrical-coordinate representation of color #181C2F: hue angle of 229.57º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #181C2F is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 28 | 47 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.82 |
| HSL | 229.57º | 0.32% | 0.14% | - |
| HSV(B) | 229.57º | 0.49% | 0.18% | - |
| XYZ | 1.31 | 1.23 | 2.86 | - |
| YUV | 28.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 47 | 0.49 | 0.40 | 0 | 0.82 | 229.57 | 0.32 | 0.14 |
| Hex | 18 | 1C | 2F | 31 | 28 | 0 | 52 | E6 | 20 | E |
| Octal | 30 | 34 | 57 | 61 | 50 | 0 | 122 | 346 | 40 | 16 |
| Binary | 11000 | 11100 | 101111 | 110001 | 101000 | 0 | 1010010 | 11100110 | 100000 | 1110 |
Color Harmonies of #181C2F
Complementary color
Monochromatic Colors of #181C2F
Black with #181C2F
Text Example
Text Example
White with #181C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C2F; }
p { color: rgb(24,28,47); }
H1.HeaderClassName
{
color: #181C2F;
}
.AnyTagClassName
{
color: #181C2F;
}
</style>
background-color css
<style>
a { background-color: #181C2F; }
a { background-color: rgb(24,28,47); }
div.DivClassName
{
background-color: #181C2F;
}
.BgClassName
{
background-color: #181C2F;
}
</style>
border-color css
<style>
span { border-color: #181C2F; }
span { border-color: rgb(24,28,47); }
td.TdClassName
{
border-color: #181C2F;
}
.TagClassName
{
border-color: #181C2F;
}
</style>