Shades of Nordic #153535
Tints of Nordic #153535
RGB
CMYK
RGB Variations
Color information
#153535 (or 0x153535) is known color: Nordic. HEX triplet: 15, 35 and 35. RGB value is (21,53,53). Sum of RGB (Red+Green+Blue) = 21+53+53=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 53 - color contains mainly: green, blue. Hex color #153535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153535 is #EACACA. Grayscale: #2B2B2B. Windows color (decimal): -15387339 or 3486997. OLE color: 3486997.
HSL color Cylindrical-coordinate representation of color #153535: hue angle of 180º 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 #153535 is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 53 | 53 | - |
| CMYK | 0.60 | 0 | 0 | 0.79 |
| HSL | 180º | 0.43% | 0.15% | - |
| HSV(B) | 180º | 0.6% | 0.21% | - |
| XYZ | 2.22 | 2.96 | 3.82 | - |
| YUV | 43.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 53 | 0.60 | 0 | 0 | 0.79 | 180 | 0.43 | 0.15 |
| Hex | 15 | 35 | 35 | 3C | 0 | 0 | 4F | B4 | 2B | F |
| Octal | 25 | 65 | 65 | 74 | 0 | 0 | 117 | 264 | 53 | 17 |
| Binary | 10101 | 110101 | 110101 | 111100 | 0 | 0 | 1001111 | 10110100 | 101011 | 1111 |
Color Harmonies of #153535
Complementary color
Monochromatic Colors of #153535
Black with #153535
Text Example
Text Example
White with #153535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153535; }
p { color: rgb(21,53,53); }
H1.HeaderClassName
{
color: #153535;
}
.AnyTagClassName
{
color: #153535;
}
</style>
background-color css
<style>
a { background-color: #153535; }
a { background-color: rgb(21,53,53); }
div.DivClassName
{
background-color: #153535;
}
.BgClassName
{
background-color: #153535;
}
</style>
border-color css
<style>
span { border-color: #153535; }
span { border-color: rgb(21,53,53); }
td.TdClassName
{
border-color: #153535;
}
.TagClassName
{
border-color: #153535;
}
</style>