Shades of Nordic #09373F
Tints of Nordic #09373F
RGB
CMYK
RGB Variations
Color information
#09373F (or 0x09373F) is known color: Nordic. HEX triplet: 09, 37 and 3F. RGB value is (9,55,63). Sum of RGB (Red+Green+Blue) = 9+55+63=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #09373F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09373F is #F6C8C0. Grayscale: #2A2A2A. Windows color (decimal): -16173249 or 4142857. OLE color: 4142857.
HSL color Cylindrical-coordinate representation of color #09373F: hue angle of 188.89º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09373F is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 55 | 63 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.75 |
| HSL | 188.89º | 0.75% | 0.14% | - |
| HSV(B) | 188.89º | 0.86% | 0.25% | - |
| XYZ | 2.38 | 3.15 | 5.19 | - |
| YUV | 42.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 63 | 0.86 | 0.13 | 0 | 0.75 | 188.89 | 0.75 | 0.14 |
| Hex | 9 | 37 | 3F | 56 | D | 0 | 4B | BD | 4B | E |
| Octal | 11 | 67 | 77 | 126 | 15 | 0 | 113 | 275 | 113 | 16 |
| Binary | 1001 | 110111 | 111111 | 1010110 | 1101 | 0 | 1001011 | 10111101 | 1001011 | 1110 |
Color Harmonies of #09373F
Complementary color
Monochromatic Colors of #09373F
Black with #09373F
Text Example
Text Example
White with #09373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09373F; }
p { color: rgb(9,55,63); }
H1.HeaderClassName
{
color: #09373F;
}
.AnyTagClassName
{
color: #09373F;
}
</style>
background-color css
<style>
a { background-color: #09373F; }
a { background-color: rgb(9,55,63); }
div.DivClassName
{
background-color: #09373F;
}
.BgClassName
{
background-color: #09373F;
}
</style>
border-color css
<style>
span { border-color: #09373F; }
span { border-color: rgb(9,55,63); }
td.TdClassName
{
border-color: #09373F;
}
.TagClassName
{
border-color: #09373F;
}
</style>