Shades of Blue Charcoal #1D2630
Tints of Blue Charcoal #1D2630
RGB
CMYK
RGB Variations
Color information
#1D2630 (or 0x1D2630) is known color: Blue Charcoal. HEX triplet: 1D, 26 and 30. RGB value is (29,38,48). Sum of RGB (Red+Green+Blue) = 29+38+48=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 48 - color contains mainly: blue. Hex color #1D2630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2630 is #E2D9CF. Grayscale: #242424. Windows color (decimal): -14866896 or 3155485. OLE color: 3155485.
HSL color Cylindrical-coordinate representation of color #1D2630: hue angle of 211.58º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D2630 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 38 | 48 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.81 |
| HSL | 211.58º | 0.25% | 0.15% | - |
| HSV(B) | 211.58º | 0.4% | 0.19% | - |
| XYZ | 1.73 | 1.86 | 3.06 | - |
| YUV | 36.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 38 | 48 | 0.40 | 0.21 | 0 | 0.81 | 211.58 | 0.25 | 0.15 |
| Hex | 1D | 26 | 30 | 28 | 15 | 0 | 51 | D4 | 19 | F |
| Octal | 35 | 46 | 60 | 50 | 25 | 0 | 121 | 324 | 31 | 17 |
| Binary | 11101 | 100110 | 110000 | 101000 | 10101 | 0 | 1010001 | 11010100 | 11001 | 1111 |
Color Harmonies of #1D2630
Complementary color
Monochromatic Colors of #1D2630
Black with #1D2630
Text Example
Text Example
White with #1D2630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2630; }
p { color: rgb(29,38,48); }
H1.HeaderClassName
{
color: #1D2630;
}
.AnyTagClassName
{
color: #1D2630;
}
</style>
background-color css
<style>
a { background-color: #1D2630; }
a { background-color: rgb(29,38,48); }
div.DivClassName
{
background-color: #1D2630;
}
.BgClassName
{
background-color: #1D2630;
}
</style>
border-color css
<style>
span { border-color: #1D2630; }
span { border-color: rgb(29,38,48); }
td.TdClassName
{
border-color: #1D2630;
}
.TagClassName
{
border-color: #1D2630;
}
</style>