Shades of Nordic #123232
Tints of Nordic #123232
RGB
CMYK
RGB Variations
Color information
#123232 (or 0x123232) is known color: Nordic. HEX triplet: 12, 32 and 32. RGB value is (18,50,50). Sum of RGB (Red+Green+Blue) = 18+50+50=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 50 - color contains mainly: green, blue. Hex color #123232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123232 is #EDCDCD. Grayscale: #282828. Windows color (decimal): -15584718 or 3289618. OLE color: 3289618.
HSL color Cylindrical-coordinate representation of color #123232: hue angle of 180º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123232 is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 50 | 50 | - |
| CMYK | 0.64 | 0 | 0 | 0.80 |
| HSL | 180º | 0.47% | 0.13% | - |
| HSV(B) | 180º | 0.64% | 0.2% | - |
| XYZ | 1.97 | 2.64 | 3.42 | - |
| YUV | 40.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 50 | 0.64 | 0 | 0 | 0.80 | 180 | 0.47 | 0.13 |
| Hex | 12 | 32 | 32 | 40 | 0 | 0 | 50 | B4 | 2F | D |
| Octal | 22 | 62 | 62 | 100 | 0 | 0 | 120 | 264 | 57 | 15 |
| Binary | 10010 | 110010 | 110010 | 1000000 | 0 | 0 | 1010000 | 10110100 | 101111 | 1101 |
Color Harmonies of #123232
Complementary color
Monochromatic Colors of #123232
Black with #123232
Text Example
Text Example
White with #123232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123232; }
p { color: rgb(18,50,50); }
H1.HeaderClassName
{
color: #123232;
}
.AnyTagClassName
{
color: #123232;
}
</style>
background-color css
<style>
a { background-color: #123232; }
a { background-color: rgb(18,50,50); }
div.DivClassName
{
background-color: #123232;
}
.BgClassName
{
background-color: #123232;
}
</style>
border-color css
<style>
span { border-color: #123232; }
span { border-color: rgb(18,50,50); }
td.TdClassName
{
border-color: #123232;
}
.TagClassName
{
border-color: #123232;
}
</style>