Shades of Nordic #153235
Tints of Nordic #153235
RGB
CMYK
RGB Variations
Color information
#153235 (or 0x153235) is known color: Nordic. HEX triplet: 15, 32 and 35. RGB value is (21,50,53). Sum of RGB (Red+Green+Blue) = 21+50+53=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 53 - color contains mainly: blue. Hex color #153235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153235 is #EACDCA. Grayscale: #292929. Windows color (decimal): -15388107 or 3486229. OLE color: 3486229.
HSL color Cylindrical-coordinate representation of color #153235: hue angle of 185.62º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153235 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 50 | 53 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.79 |
| HSL | 185.63º | 0.43% | 0.15% | - |
| HSV(B) | 185.63º | 0.6% | 0.21% | - |
| XYZ | 2.09 | 2.7 | 3.78 | - |
| YUV | 41.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 53 | 0.60 | 0.06 | 0 | 0.79 | 185.63 | 0.43 | 0.15 |
| Hex | 15 | 32 | 35 | 3C | 6 | 0 | 4F | BA | 2B | F |
| Octal | 25 | 62 | 65 | 74 | 6 | 0 | 117 | 272 | 53 | 17 |
| Binary | 10101 | 110010 | 110101 | 111100 | 110 | 0 | 1001111 | 10111010 | 101011 | 1111 |
Color Harmonies of #153235
Complementary color
Monochromatic Colors of #153235
Black with #153235
Text Example
Text Example
White with #153235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153235; }
p { color: rgb(21,50,53); }
H1.HeaderClassName
{
color: #153235;
}
.AnyTagClassName
{
color: #153235;
}
</style>
background-color css
<style>
a { background-color: #153235; }
a { background-color: rgb(21,50,53); }
div.DivClassName
{
background-color: #153235;
}
.BgClassName
{
background-color: #153235;
}
</style>
border-color css
<style>
span { border-color: #153235; }
span { border-color: rgb(21,50,53); }
td.TdClassName
{
border-color: #153235;
}
.TagClassName
{
border-color: #153235;
}
</style>