Shades of Nordic #073332
Tints of Nordic #073332
RGB
CMYK
RGB Variations
Color information
#073332 (or 0x073332) is known color: Nordic. HEX triplet: 07, 33 and 32. RGB value is (7,51,50). Sum of RGB (Red+Green+Blue) = 7+51+50=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #073332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073332 is #F8CCCD. Grayscale: #252525. Windows color (decimal): -16305358 or 3289863. OLE color: 3289863.
HSL color Cylindrical-coordinate representation of color #073332: hue angle of 178.64º degrees, saturation: 0.76, 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 #073332 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 7 | 51 | 50 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.8 |
| HSL | 178.64º | 0.76% | 0.11% | - |
| HSV(B) | 178.64º | 0.86% | 0.2% | - |
| XYZ | 1.85 | 2.64 | 3.43 | - |
| YUV | 37.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 50 | 0.86 | 0 | 0.02 | 0.8 | 178.64 | 0.76 | 0.11 |
| Hex | 7 | 33 | 32 | 56 | 0 | 2 | 50 | B3 | 4C | B |
| Octal | 7 | 63 | 62 | 126 | 0 | 2 | 120 | 263 | 114 | 13 |
| Binary | 111 | 110011 | 110010 | 1010110 | 0 | 10 | 1010000 | 10110011 | 1001100 | 1011 |
Color Harmonies of #073332
Complementary color
Monochromatic Colors of #073332
Black with #073332
Text Example
Text Example
White with #073332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073332; }
p { color: rgb(7,51,50); }
H1.HeaderClassName
{
color: #073332;
}
.AnyTagClassName
{
color: #073332;
}
</style>
background-color css
<style>
a { background-color: #073332; }
a { background-color: rgb(7,51,50); }
div.DivClassName
{
background-color: #073332;
}
.BgClassName
{
background-color: #073332;
}
</style>
border-color css
<style>
span { border-color: #073332; }
span { border-color: rgb(7,51,50); }
td.TdClassName
{
border-color: #073332;
}
.TagClassName
{
border-color: #073332;
}
</style>