Shades of Black Russian #1F2023
Tints of Black Russian #1F2023
RGB
CMYK
RGB Variations
Color information
#1F2023 (or 0x1F2023) is known color: Black Russian. HEX triplet: 1F, 20 and 23. RGB value is (31,32,35). Sum of RGB (Red+Green+Blue) = 31+32+35=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 35 - color contains mainly: blue. Hex color #1F2023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2023 is #E0DFDC. Grayscale: #202020. Windows color (decimal): -14737373 or 2301983. OLE color: 2301983.
HSL color Cylindrical-coordinate representation of color #1F2023: hue angle of 225º 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 #1F2023 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
RGB | 31 | 32 | 35 | - |
CMYK | 0.11 | 0.09 | 0 | 0.86 |
HSL | 225º | 0.06% | 0.13% | - |
HSV(B) | 225º | 0.11% | 0.14% | - |
XYZ | 1.38 | 1.45 | 1.8 | - |
YUV | 32.04 | 129.67 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 32 | 35 | 0.11 | 0.09 | 0 | 0.86 | 225 | 0.06 | 0.13 |
Hex | 1F | 20 | 23 | B | 9 | 0 | 56 | E1 | 6 | D |
Octal | 37 | 40 | 43 | 13 | 11 | 0 | 126 | 341 | 6 | 15 |
Binary | 11111 | 100000 | 100011 | 1011 | 1001 | 0 | 1010110 | 11100001 | 110 | 1101 |
Color Harmonies of #1F2023
Complementary color
Monochromatic Colors of #1F2023
Black with #1F2023
Text Example
Text Example
White with #1F2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2023; }
p { color: rgb(31,32,35); }
H1.HeaderClassName
{
color: #1F2023;
}
.AnyTagClassName
{
color: #1F2023;
}
</style>
background-color css
<style>
a { background-color: #1F2023; }
a { background-color: rgb(31,32,35); }
div.DivClassName
{
background-color: #1F2023;
}
.BgClassName
{
background-color: #1F2023;
}
</style>
border-color css
<style>
span { border-color: #1F2023; }
span { border-color: rgb(31,32,35); }
td.TdClassName
{
border-color: #1F2023;
}
.TagClassName
{
border-color: #1F2023;
}
</style>