Shades of Blue Charcoal #1F262D
Tints of Blue Charcoal #1F262D
RGB
CMYK
RGB Variations
Color information
#1F262D (or 0x1F262D) is known color: Blue Charcoal. HEX triplet: 1F, 26 and 2D. RGB value is (31,38,45). Sum of RGB (Red+Green+Blue) = 31+38+45=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 45 - color contains mainly: blue. Hex color #1F262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F262D is #E0D9D2. Grayscale: #242424. Windows color (decimal): -14735827 or 2958879. OLE color: 2958879.
HSL color Cylindrical-coordinate representation of color #1F262D: hue angle of 210º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1F262D is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 38 | 45 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.82 |
| HSL | 210º | 0.18% | 0.15% | - |
| HSV(B) | 210º | 0.31% | 0.18% | - |
| XYZ | 1.73 | 1.87 | 2.75 | - |
| YUV | 36.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 45 | 0.31 | 0.16 | 0 | 0.82 | 210 | 0.18 | 0.15 |
| Hex | 1F | 26 | 2D | 1F | 10 | 0 | 52 | D2 | 12 | F |
| Octal | 37 | 46 | 55 | 37 | 20 | 0 | 122 | 322 | 22 | 17 |
| Binary | 11111 | 100110 | 101101 | 11111 | 10000 | 0 | 1010010 | 11010010 | 10010 | 1111 |
Color Harmonies of #1F262D
Complementary color
Monochromatic Colors of #1F262D
Black with #1F262D
Text Example
Text Example
White with #1F262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F262D; }
p { color: rgb(31,38,45); }
H1.HeaderClassName
{
color: #1F262D;
}
.AnyTagClassName
{
color: #1F262D;
}
</style>
background-color css
<style>
a { background-color: #1F262D; }
a { background-color: rgb(31,38,45); }
div.DivClassName
{
background-color: #1F262D;
}
.BgClassName
{
background-color: #1F262D;
}
</style>
border-color css
<style>
span { border-color: #1F262D; }
span { border-color: rgb(31,38,45); }
td.TdClassName
{
border-color: #1F262D;
}
.TagClassName
{
border-color: #1F262D;
}
</style>