Shades of Nordic #1D3235
Tints of Nordic #1D3235
RGB
CMYK
RGB Variations
Color information
#1D3235 (or 0x1D3235) is known color: Nordic. HEX triplet: 1D, 32 and 35. RGB value is (29,50,53). Sum of RGB (Red+Green+Blue) = 29+50+53=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 53 - color contains mainly: blue. Hex color #1D3235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3235 is #E2CDCA. Grayscale: #2C2C2C. Windows color (decimal): -14863819 or 3486237. OLE color: 3486237.
HSL color Cylindrical-coordinate representation of color #1D3235: hue angle of 187.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D3235 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 50 | 53 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.79 |
| HSL | 187.5º | 0.29% | 0.16% | - |
| HSV(B) | 187.5º | 0.45% | 0.21% | - |
| XYZ | 2.29 | 2.8 | 3.79 | - |
| YUV | 44.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 53 | 0.45 | 0.06 | 0 | 0.79 | 187.5 | 0.29 | 0.16 |
| Hex | 1D | 32 | 35 | 2D | 6 | 0 | 4F | BC | 1D | 10 |
| Octal | 35 | 62 | 65 | 55 | 6 | 0 | 117 | 274 | 35 | 20 |
| Binary | 11101 | 110010 | 110101 | 101101 | 110 | 0 | 1001111 | 10111100 | 11101 | 10000 |
Color Harmonies of #1D3235
Complementary color
Monochromatic Colors of #1D3235
Black with #1D3235
Text Example
Text Example
White with #1D3235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3235; }
p { color: rgb(29,50,53); }
H1.HeaderClassName
{
color: #1D3235;
}
.AnyTagClassName
{
color: #1D3235;
}
</style>
background-color css
<style>
a { background-color: #1D3235; }
a { background-color: rgb(29,50,53); }
div.DivClassName
{
background-color: #1D3235;
}
.BgClassName
{
background-color: #1D3235;
}
</style>
border-color css
<style>
span { border-color: #1D3235; }
span { border-color: rgb(29,50,53); }
td.TdClassName
{
border-color: #1D3235;
}
.TagClassName
{
border-color: #1D3235;
}
</style>