Shades of Blue Charcoal #20272E
Tints of Blue Charcoal #20272E
RGB
CMYK
RGB Variations
Color information
#20272E (or 0x20272E) is known color: Blue Charcoal. HEX triplet: 20, 27 and 2E. RGB value is (32,39,46). Sum of RGB (Red+Green+Blue) = 32+39+46=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 46 - color contains mainly: blue. Hex color #20272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20272E is #DFD8D1. Grayscale: #252525. Windows color (decimal): -14670034 or 3024672. OLE color: 3024672.
HSL color Cylindrical-coordinate representation of color #20272E: 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.3%. Process color model (Four color, CMYK) of #20272E is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 39 | 46 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.82 |
| HSL | 210º | 0.18% | 0.15% | - |
| HSV(B) | 210º | 0.3% | 0.18% | - |
| XYZ | 1.81 | 1.96 | 2.87 | - |
| YUV | 37.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 46 | 0.30 | 0.15 | 0 | 0.82 | 210 | 0.18 | 0.15 |
| Hex | 20 | 27 | 2E | 1E | F | 0 | 52 | D2 | 12 | F |
| Octal | 40 | 47 | 56 | 36 | 17 | 0 | 122 | 322 | 22 | 17 |
| Binary | 100000 | 100111 | 101110 | 11110 | 1111 | 0 | 1010010 | 11010010 | 10010 | 1111 |
Color Harmonies of #20272E
Complementary color
Monochromatic Colors of #20272E
Black with #20272E
Text Example
Text Example
White with #20272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20272E; }
p { color: rgb(32,39,46); }
H1.HeaderClassName
{
color: #20272E;
}
.AnyTagClassName
{
color: #20272E;
}
</style>
background-color css
<style>
a { background-color: #20272E; }
a { background-color: rgb(32,39,46); }
div.DivClassName
{
background-color: #20272E;
}
.BgClassName
{
background-color: #20272E;
}
</style>
border-color css
<style>
span { border-color: #20272E; }
span { border-color: rgb(32,39,46); }
td.TdClassName
{
border-color: #20272E;
}
.TagClassName
{
border-color: #20272E;
}
</style>