Shades of Blue Charcoal #1F262E
Tints of Blue Charcoal #1F262E
RGB
CMYK
RGB Variations
Color information
#1F262E (or 0x1F262E) is known color: Blue Charcoal. HEX triplet: 1F, 26 and 2E. RGB value is (31,38,46). Sum of RGB (Red+Green+Blue) = 31+38+46=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 46 - color contains mainly: blue. Hex color #1F262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F262E is #E0D9D1. Grayscale: #242424. Windows color (decimal): -14735826 or 3024415. OLE color: 3024415.
HSL color Cylindrical-coordinate representation of color #1F262E: hue angle of 212º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1F262E is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 38 | 46 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.82 |
| HSL | 212º | 0.19% | 0.15% | - |
| HSV(B) | 212º | 0.33% | 0.18% | - |
| XYZ | 1.75 | 1.87 | 2.85 | - |
| YUV | 36.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 46 | 0.33 | 0.17 | 0 | 0.82 | 212 | 0.19 | 0.15 |
| Hex | 1F | 26 | 2E | 21 | 11 | 0 | 52 | D4 | 13 | F |
| Octal | 37 | 46 | 56 | 41 | 21 | 0 | 122 | 324 | 23 | 17 |
| Binary | 11111 | 100110 | 101110 | 100001 | 10001 | 0 | 1010010 | 11010100 | 10011 | 1111 |
Color Harmonies of #1F262E
Complementary color
Monochromatic Colors of #1F262E
Black with #1F262E
Text Example
Text Example
White with #1F262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F262E; }
p { color: rgb(31,38,46); }
H1.HeaderClassName
{
color: #1F262E;
}
.AnyTagClassName
{
color: #1F262E;
}
</style>
background-color css
<style>
a { background-color: #1F262E; }
a { background-color: rgb(31,38,46); }
div.DivClassName
{
background-color: #1F262E;
}
.BgClassName
{
background-color: #1F262E;
}
</style>
border-color css
<style>
span { border-color: #1F262E; }
span { border-color: rgb(31,38,46); }
td.TdClassName
{
border-color: #1F262E;
}
.TagClassName
{
border-color: #1F262E;
}
</style>