Shades of Nordic #07292D
Tints of Nordic #07292D
RGB
CMYK
RGB Variations
Color information
#07292D (or 0x07292D) is known color: Nordic. HEX triplet: 07, 29 and 2D. RGB value is (7,41,45). Sum of RGB (Red+Green+Blue) = 7+41+45=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 41 (16.41% from 255 or 44.09% from 93); Blue value is 45 (17.97% from 255 or 48.39% from 93); Max value from RGB is 45 - color contains mainly: blue. Hex color #07292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07292D is #F8D6D2. Grayscale: #1F1F1F. Windows color (decimal): -16307923 or 2959623. OLE color: 2959623.
HSL color Cylindrical-coordinate representation of color #07292D: hue angle of 186.32º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07292D is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 41 | 45 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.82 |
| HSL | 186.32º | 0.73% | 0.1% | - |
| HSV(B) | 186.32º | 0.84% | 0.18% | - |
| XYZ | 1.35 | 1.82 | 2.76 | - |
| YUV | 31.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 45 | 0.84 | 0.09 | 0 | 0.82 | 186.32 | 0.73 | 0.1 |
| Hex | 7 | 29 | 2D | 54 | 9 | 0 | 52 | BA | 49 | A |
| Octal | 7 | 51 | 55 | 124 | 11 | 0 | 122 | 272 | 111 | 12 |
| Binary | 111 | 101001 | 101101 | 1010100 | 1001 | 0 | 1010010 | 10111010 | 1001001 | 1010 |
Color Harmonies of #07292D
Complementary color
Monochromatic Colors of #07292D
Black with #07292D
Text Example
Text Example
White with #07292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07292D; }
p { color: rgb(7,41,45); }
H1.HeaderClassName
{
color: #07292D;
}
.AnyTagClassName
{
color: #07292D;
}
</style>
background-color css
<style>
a { background-color: #07292D; }
a { background-color: rgb(7,41,45); }
div.DivClassName
{
background-color: #07292D;
}
.BgClassName
{
background-color: #07292D;
}
</style>
border-color css
<style>
span { border-color: #07292D; }
span { border-color: rgb(7,41,45); }
td.TdClassName
{
border-color: #07292D;
}
.TagClassName
{
border-color: #07292D;
}
</style>