Shades of Nordic #073130
Tints of Nordic #073130
RGB
CMYK
RGB Variations
Color information
#073130 (or 0x073130) is known color: Nordic. HEX triplet: 07, 31 and 30. RGB value is (7,49,48). Sum of RGB (Red+Green+Blue) = 7+49+48=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #073130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073130 is #F8CECF. Grayscale: #242424. Windows color (decimal): -16305872 or 3158279. OLE color: 3158279.
HSL color Cylindrical-coordinate representation of color #073130: hue angle of 178.57º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073130 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 49 | 48 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.81 |
| HSL | 178.57º | 0.75% | 0.11% | - |
| HSV(B) | 178.57º | 0.86% | 0.19% | - |
| XYZ | 1.72 | 2.46 | 3.18 | - |
| YUV | 36.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 48 | 0.86 | 0 | 0.02 | 0.81 | 178.57 | 0.75 | 0.11 |
| Hex | 7 | 31 | 30 | 56 | 0 | 2 | 51 | B3 | 4B | B |
| Octal | 7 | 61 | 60 | 126 | 0 | 2 | 121 | 263 | 113 | 13 |
| Binary | 111 | 110001 | 110000 | 1010110 | 0 | 10 | 1010001 | 10110011 | 1001011 | 1011 |
Color Harmonies of #073130
Complementary color
Monochromatic Colors of #073130
Black with #073130
Text Example
Text Example
White with #073130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073130; }
p { color: rgb(7,49,48); }
H1.HeaderClassName
{
color: #073130;
}
.AnyTagClassName
{
color: #073130;
}
</style>
background-color css
<style>
a { background-color: #073130; }
a { background-color: rgb(7,49,48); }
div.DivClassName
{
background-color: #073130;
}
.BgClassName
{
background-color: #073130;
}
</style>
border-color css
<style>
span { border-color: #073130; }
span { border-color: rgb(7,49,48); }
td.TdClassName
{
border-color: #073130;
}
.TagClassName
{
border-color: #073130;
}
</style>