Shades of Nordic #073232
Tints of Nordic #073232
RGB
CMYK
RGB Variations
Color information
#073232 (or 0x073232) is known color: Nordic. HEX triplet: 07, 32 and 32. RGB value is (7,50,50). Sum of RGB (Red+Green+Blue) = 7+50+50=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 50 - color contains mainly: green, blue. Hex color #073232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073232 is #F8CDCD. Grayscale: #252525. Windows color (decimal): -16305614 or 3289607. OLE color: 3289607.
HSL color Cylindrical-coordinate representation of color #073232: hue angle of 180º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073232 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 7 | 50 | 50 | - |
| CMYK | 0.86 | 0 | 0 | 0.80 |
| HSL | 180º | 0.75% | 0.11% | - |
| HSV(B) | 180º | 0.86% | 0.2% | - |
| XYZ | 1.8 | 2.56 | 3.42 | - |
| YUV | 37.14 | 135.25 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 50 | 0.86 | 0 | 0 | 0.80 | 180 | 0.75 | 0.11 |
| Hex | 7 | 32 | 32 | 56 | 0 | 0 | 50 | B4 | 4B | B |
| Octal | 7 | 62 | 62 | 126 | 0 | 0 | 120 | 264 | 113 | 13 |
| Binary | 111 | 110010 | 110010 | 1010110 | 0 | 0 | 1010000 | 10110100 | 1001011 | 1011 |
Color Harmonies of #073232
Complementary color
Monochromatic Colors of #073232
Black with #073232
Text Example
Text Example
White with #073232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073232; }
p { color: rgb(7,50,50); }
H1.HeaderClassName
{
color: #073232;
}
.AnyTagClassName
{
color: #073232;
}
</style>
background-color css
<style>
a { background-color: #073232; }
a { background-color: rgb(7,50,50); }
div.DivClassName
{
background-color: #073232;
}
.BgClassName
{
background-color: #073232;
}
</style>
border-color css
<style>
span { border-color: #073232; }
span { border-color: rgb(7,50,50); }
td.TdClassName
{
border-color: #073232;
}
.TagClassName
{
border-color: #073232;
}
</style>