Shades of Nordic #153338
Tints of Nordic #153338
RGB
CMYK
RGB Variations
Color information
#153338 (or 0x153338) is known color: Nordic. HEX triplet: 15, 33 and 38. RGB value is (21,51,56). Sum of RGB (Red+Green+Blue) = 21+51+56=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 56 - color contains mainly: blue. Hex color #153338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153338 is #EACCC7. Grayscale: #2A2A2A. Windows color (decimal): -15387848 or 3683093. OLE color: 3683093.
HSL color Cylindrical-coordinate representation of color #153338: hue angle of 188.57º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #153338 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 51 | 56 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.78 |
| HSL | 188.57º | 0.45% | 0.15% | - |
| HSV(B) | 188.57º | 0.63% | 0.22% | - |
| XYZ | 2.21 | 2.81 | 4.17 | - |
| YUV | 42.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 56 | 0.63 | 0.09 | 0 | 0.78 | 188.57 | 0.45 | 0.15 |
| Hex | 15 | 33 | 38 | 3F | 9 | 0 | 4E | BD | 2D | F |
| Octal | 25 | 63 | 70 | 77 | 11 | 0 | 116 | 275 | 55 | 17 |
| Binary | 10101 | 110011 | 111000 | 111111 | 1001 | 0 | 1001110 | 10111101 | 101101 | 1111 |
Color Harmonies of #153338
Complementary color
Monochromatic Colors of #153338
Black with #153338
Text Example
Text Example
White with #153338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153338; }
p { color: rgb(21,51,56); }
H1.HeaderClassName
{
color: #153338;
}
.AnyTagClassName
{
color: #153338;
}
</style>
background-color css
<style>
a { background-color: #153338; }
a { background-color: rgb(21,51,56); }
div.DivClassName
{
background-color: #153338;
}
.BgClassName
{
background-color: #153338;
}
</style>
border-color css
<style>
span { border-color: #153338; }
span { border-color: rgb(21,51,56); }
td.TdClassName
{
border-color: #153338;
}
.TagClassName
{
border-color: #153338;
}
</style>