Shades of Tolopea #1D183D
Tints of Tolopea #1D183D
RGB
CMYK
RGB Variations
Color information
#1D183D (or 0x1D183D) is known color: Tolopea. HEX triplet: 1D, 18 and 3D. RGB value is (29,24,61). Sum of RGB (Red+Green+Blue) = 29+24+61=114 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.44% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #1D183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D183D is #E2E7C2. Grayscale: #1D1D1D. Windows color (decimal): -14870467 or 4003869. OLE color: 4003869.
HSL color Cylindrical-coordinate representation of color #1D183D: hue angle of 248.11º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D183D is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 24 | 61 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.76 |
| HSL | 248.11º | 0.44% | 0.17% | - |
| HSV(B) | 248.11º | 0.61% | 0.24% | - |
| XYZ | 1.68 | 1.25 | 4.57 | - |
| YUV | 29.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 61 | 0.52 | 0.61 | 0 | 0.76 | 248.11 | 0.44 | 0.17 |
| Hex | 1D | 18 | 3D | 34 | 3D | 0 | 4C | F8 | 2C | 11 |
| Octal | 35 | 30 | 75 | 64 | 75 | 0 | 114 | 370 | 54 | 21 |
| Binary | 11101 | 11000 | 111101 | 110100 | 111101 | 0 | 1001100 | 11111000 | 101100 | 10001 |
Color Harmonies of #1D183D
Complementary color
Monochromatic Colors of #1D183D
Black with #1D183D
Text Example
Text Example
White with #1D183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D183D; }
p { color: rgb(29,24,61); }
H1.HeaderClassName
{
color: #1D183D;
}
.AnyTagClassName
{
color: #1D183D;
}
</style>
background-color css
<style>
a { background-color: #1D183D; }
a { background-color: rgb(29,24,61); }
div.DivClassName
{
background-color: #1D183D;
}
.BgClassName
{
background-color: #1D183D;
}
</style>
border-color css
<style>
span { border-color: #1D183D; }
span { border-color: rgb(29,24,61); }
td.TdClassName
{
border-color: #1D183D;
}
.TagClassName
{
border-color: #1D183D;
}
</style>