Shades of Nordic #153233
Tints of Nordic #153233
RGB
CMYK
RGB Variations
Color information
#153233 (or 0x153233) is known color: Nordic. HEX triplet: 15, 32 and 33. RGB value is (21,50,51). Sum of RGB (Red+Green+Blue) = 21+50+51=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 51 - color contains mainly: blue. Hex color #153233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153233 is #EACDCC. Grayscale: #292929. Windows color (decimal): -15388109 or 3355157. OLE color: 3355157.
HSL color Cylindrical-coordinate representation of color #153233: hue angle of 182º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #153233 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 21 | 50 | 51 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.8 |
| HSL | 182º | 0.42% | 0.14% | - |
| HSV(B) | 182º | 0.59% | 0.2% | - |
| XYZ | 2.05 | 2.68 | 3.54 | - |
| YUV | 41.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 51 | 0.59 | 0.02 | 0 | 0.8 | 182 | 0.42 | 0.14 |
| Hex | 15 | 32 | 33 | 3B | 2 | 0 | 50 | B6 | 2A | E |
| Octal | 25 | 62 | 63 | 73 | 2 | 0 | 120 | 266 | 52 | 16 |
| Binary | 10101 | 110010 | 110011 | 111011 | 10 | 0 | 1010000 | 10110110 | 101010 | 1110 |
Color Harmonies of #153233
Complementary color
Monochromatic Colors of #153233
Black with #153233
Text Example
Text Example
White with #153233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153233; }
p { color: rgb(21,50,51); }
H1.HeaderClassName
{
color: #153233;
}
.AnyTagClassName
{
color: #153233;
}
</style>
background-color css
<style>
a { background-color: #153233; }
a { background-color: rgb(21,50,51); }
div.DivClassName
{
background-color: #153233;
}
.BgClassName
{
background-color: #153233;
}
</style>
border-color css
<style>
span { border-color: #153233; }
span { border-color: rgb(21,50,51); }
td.TdClassName
{
border-color: #153233;
}
.TagClassName
{
border-color: #153233;
}
</style>