Shades of Blue Charcoal #1C2531
Tints of Blue Charcoal #1C2531
RGB
CMYK
RGB Variations
Color information
#1C2531 (or 0x1C2531) is known color: Blue Charcoal. HEX triplet: 1C, 25 and 31. RGB value is (28,37,49). Sum of RGB (Red+Green+Blue) = 28+37+49=114 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.56% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 49 - color contains mainly: blue. Hex color #1C2531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2531 is #E3DACE. Grayscale: #232323. Windows color (decimal): -14932687 or 3220764. OLE color: 3220764.
HSL color Cylindrical-coordinate representation of color #1C2531: hue angle of 214.29º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1C2531 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 28 | 37 | 49 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.81 |
| HSL | 214.29º | 0.27% | 0.15% | - |
| HSV(B) | 214.29º | 0.43% | 0.19% | - |
| XYZ | 1.69 | 1.79 | 3.16 | - |
| YUV | 35.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 37 | 49 | 0.43 | 0.24 | 0 | 0.81 | 214.29 | 0.27 | 0.15 |
| Hex | 1C | 25 | 31 | 2B | 18 | 0 | 51 | D6 | 1B | F |
| Octal | 34 | 45 | 61 | 53 | 30 | 0 | 121 | 326 | 33 | 17 |
| Binary | 11100 | 100101 | 110001 | 101011 | 11000 | 0 | 1010001 | 11010110 | 11011 | 1111 |
Color Harmonies of #1C2531
Complementary color
Monochromatic Colors of #1C2531
Black with #1C2531
Text Example
Text Example
White with #1C2531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2531; }
p { color: rgb(28,37,49); }
H1.HeaderClassName
{
color: #1C2531;
}
.AnyTagClassName
{
color: #1C2531;
}
</style>
background-color css
<style>
a { background-color: #1C2531; }
a { background-color: rgb(28,37,49); }
div.DivClassName
{
background-color: #1C2531;
}
.BgClassName
{
background-color: #1C2531;
}
</style>
border-color css
<style>
span { border-color: #1C2531; }
span { border-color: rgb(28,37,49); }
td.TdClassName
{
border-color: #1C2531;
}
.TagClassName
{
border-color: #1C2531;
}
</style>