Shades of Nordic #09373A
Tints of Nordic #09373A
RGB
CMYK
RGB Variations
Color information
#09373A (or 0x09373A) is known color: Nordic. HEX triplet: 09, 37 and 3A. RGB value is (9,55,58). Sum of RGB (Red+Green+Blue) = 9+55+58=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 58 - color contains mainly: blue. Hex color #09373A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09373A is #F6C8C5. Grayscale: #292929. Windows color (decimal): -16173254 or 3815177. OLE color: 3815177.
HSL color Cylindrical-coordinate representation of color #09373A: hue angle of 183.67º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09373A is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 55 | 58 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.77 |
| HSL | 183.67º | 0.73% | 0.13% | - |
| HSV(B) | 183.67º | 0.84% | 0.23% | - |
| XYZ | 2.24 | 3.1 | 4.48 | - |
| YUV | 41.59 | 137.26 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 58 | 0.84 | 0.05 | 0 | 0.77 | 183.67 | 0.73 | 0.13 |
| Hex | 9 | 37 | 3A | 54 | 5 | 0 | 4D | B8 | 49 | D |
| Octal | 11 | 67 | 72 | 124 | 5 | 0 | 115 | 270 | 111 | 15 |
| Binary | 1001 | 110111 | 111010 | 1010100 | 101 | 0 | 1001101 | 10111000 | 1001001 | 1101 |
Color Harmonies of #09373A
Complementary color
Monochromatic Colors of #09373A
Black with #09373A
Text Example
Text Example
White with #09373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09373A; }
p { color: rgb(9,55,58); }
H1.HeaderClassName
{
color: #09373A;
}
.AnyTagClassName
{
color: #09373A;
}
</style>
background-color css
<style>
a { background-color: #09373A; }
a { background-color: rgb(9,55,58); }
div.DivClassName
{
background-color: #09373A;
}
.BgClassName
{
background-color: #09373A;
}
</style>
border-color css
<style>
span { border-color: #09373A; }
span { border-color: rgb(9,55,58); }
td.TdClassName
{
border-color: #09373A;
}
.TagClassName
{
border-color: #09373A;
}
</style>