Shades of Blue Charcoal #1F2932
Tints of Blue Charcoal #1F2932
RGB
CMYK
RGB Variations
Color information
#1F2932 (or 0x1F2932) is known color: Blue Charcoal. HEX triplet: 1F, 29 and 32. RGB value is (31,41,50). Sum of RGB (Red+Green+Blue) = 31+41+50=122 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.41% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 50 - color contains mainly: blue. Hex color #1F2932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2932 is #E0D6CD. Grayscale: #262626. Windows color (decimal): -14735054 or 3287327. OLE color: 3287327.
HSL color Cylindrical-coordinate representation of color #1F2932: hue angle of 208.42º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1F2932 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 41 | 50 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.80 |
| HSL | 208.42º | 0.23% | 0.16% | - |
| HSV(B) | 208.42º | 0.38% | 0.2% | - |
| XYZ | 1.93 | 2.11 | 3.32 | - |
| YUV | 39.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 50 | 0.38 | 0.18 | 0 | 0.80 | 208.42 | 0.23 | 0.16 |
| Hex | 1F | 29 | 32 | 26 | 12 | 0 | 50 | D0 | 17 | 10 |
| Octal | 37 | 51 | 62 | 46 | 22 | 0 | 120 | 320 | 27 | 20 |
| Binary | 11111 | 101001 | 110010 | 100110 | 10010 | 0 | 1010000 | 11010000 | 10111 | 10000 |
Color Harmonies of #1F2932
Complementary color
Monochromatic Colors of #1F2932
Black with #1F2932
Text Example
Text Example
White with #1F2932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2932; }
p { color: rgb(31,41,50); }
H1.HeaderClassName
{
color: #1F2932;
}
.AnyTagClassName
{
color: #1F2932;
}
</style>
background-color css
<style>
a { background-color: #1F2932; }
a { background-color: rgb(31,41,50); }
div.DivClassName
{
background-color: #1F2932;
}
.BgClassName
{
background-color: #1F2932;
}
</style>
border-color css
<style>
span { border-color: #1F2932; }
span { border-color: rgb(31,41,50); }
td.TdClassName
{
border-color: #1F2932;
}
.TagClassName
{
border-color: #1F2932;
}
</style>