Shades of Blue Charcoal #1F252B
Tints of Blue Charcoal #1F252B
RGB
CMYK
RGB Variations
Color information
#1F252B (or 0x1F252B) is known color: Blue Charcoal. HEX triplet: 1F, 25 and 2B. RGB value is (31,37,43). Sum of RGB (Red+Green+Blue) = 31+37+43=111 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.93% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 43 - color contains mainly: blue. Hex color #1F252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F252B is #E0DAD4. Grayscale: #232323. Windows color (decimal): -14736085 or 2827551. OLE color: 2827551.
HSL color Cylindrical-coordinate representation of color #1F252B: hue angle of 210º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1F252B is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 31 | 37 | 43 | - |
CMYK | 0.28 | 0.14 | 0 | 0.83 |
HSL | 210º | 0.16% | 0.15% | - |
HSV(B) | 210º | 0.28% | 0.17% | - |
XYZ | 1.66 | 1.79 | 2.54 | - |
YUV | 35.89 | 132.01 | 124.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 37 | 43 | 0.28 | 0.14 | 0 | 0.83 | 210 | 0.16 | 0.15 |
Hex | 1F | 25 | 2B | 1C | E | 0 | 53 | D2 | 10 | F |
Octal | 37 | 45 | 53 | 34 | 16 | 0 | 123 | 322 | 20 | 17 |
Binary | 11111 | 100101 | 101011 | 11100 | 1110 | 0 | 1010011 | 11010010 | 10000 | 1111 |
Color Harmonies of #1F252B
Complementary color
Monochromatic Colors of #1F252B
Black with #1F252B
Text Example
Text Example
White with #1F252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F252B; }
p { color: rgb(31,37,43); }
H1.HeaderClassName
{
color: #1F252B;
}
.AnyTagClassName
{
color: #1F252B;
}
</style>
background-color css
<style>
a { background-color: #1F252B; }
a { background-color: rgb(31,37,43); }
div.DivClassName
{
background-color: #1F252B;
}
.BgClassName
{
background-color: #1F252B;
}
</style>
border-color css
<style>
span { border-color: #1F252B; }
span { border-color: rgb(31,37,43); }
td.TdClassName
{
border-color: #1F252B;
}
.TagClassName
{
border-color: #1F252B;
}
</style>