Shades of Black Russian #1B202F
Tints of Black Russian #1B202F
RGB
CMYK
RGB Variations
Color information
#1B202F (or 0x1B202F) is known color: Black Russian. HEX triplet: 1B, 20 and 2F. RGB value is (27,32,47). Sum of RGB (Red+Green+Blue) = 27+32+47=106 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25.47% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 47 - color contains mainly: blue. Hex color #1B202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B202F is #E4DFD0. Grayscale: #202020. Windows color (decimal): -14999505 or 3088411. OLE color: 3088411.
HSL color Cylindrical-coordinate representation of color #1B202F: hue angle of 225º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1B202F is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 32 | 47 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.82 |
| HSL | 225º | 0.27% | 0.15% | - |
| HSV(B) | 225º | 0.43% | 0.18% | - |
| XYZ | 1.48 | 1.47 | 2.9 | - |
| YUV | 32.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 47 | 0.43 | 0.32 | 0 | 0.82 | 225 | 0.27 | 0.15 |
| Hex | 1B | 20 | 2F | 2B | 20 | 0 | 52 | E1 | 1B | F |
| Octal | 33 | 40 | 57 | 53 | 40 | 0 | 122 | 341 | 33 | 17 |
| Binary | 11011 | 100000 | 101111 | 101011 | 100000 | 0 | 1010010 | 11100001 | 11011 | 1111 |
Color Harmonies of #1B202F
Complementary color
Monochromatic Colors of #1B202F
Black with #1B202F
Text Example
Text Example
White with #1B202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B202F; }
p { color: rgb(27,32,47); }
H1.HeaderClassName
{
color: #1B202F;
}
.AnyTagClassName
{
color: #1B202F;
}
</style>
background-color css
<style>
a { background-color: #1B202F; }
a { background-color: rgb(27,32,47); }
div.DivClassName
{
background-color: #1B202F;
}
.BgClassName
{
background-color: #1B202F;
}
</style>
border-color css
<style>
span { border-color: #1B202F; }
span { border-color: rgb(27,32,47); }
td.TdClassName
{
border-color: #1B202F;
}
.TagClassName
{
border-color: #1B202F;
}
</style>