Shades of Nordic #09313A
Tints of Nordic #09313A
RGB
CMYK
RGB Variations
Color information
#09313A (or 0x09313A) is known color: Nordic. HEX triplet: 09, 31 and 3A. RGB value is (9,49,58). Sum of RGB (Red+Green+Blue) = 9+49+58=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #09313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09313A is #F6CEC5. Grayscale: #252525. Windows color (decimal): -16174790 or 3813641. OLE color: 3813641.
HSL color Cylindrical-coordinate representation of color #09313A: hue angle of 191.02º 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 #09313A is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 49 | 58 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.77 |
| HSL | 191.02º | 0.73% | 0.13% | - |
| HSV(B) | 191.02º | 0.84% | 0.23% | - |
| XYZ | 1.97 | 2.56 | 4.39 | - |
| YUV | 38.07 | 139.25 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 58 | 0.84 | 0.16 | 0 | 0.77 | 191.02 | 0.73 | 0.13 |
| Hex | 9 | 31 | 3A | 54 | 10 | 0 | 4D | BF | 49 | D |
| Octal | 11 | 61 | 72 | 124 | 20 | 0 | 115 | 277 | 111 | 15 |
| Binary | 1001 | 110001 | 111010 | 1010100 | 10000 | 0 | 1001101 | 10111111 | 1001001 | 1101 |
Color Harmonies of #09313A
Complementary color
Monochromatic Colors of #09313A
Black with #09313A
Text Example
Text Example
White with #09313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09313A; }
p { color: rgb(9,49,58); }
H1.HeaderClassName
{
color: #09313A;
}
.AnyTagClassName
{
color: #09313A;
}
</style>
background-color css
<style>
a { background-color: #09313A; }
a { background-color: rgb(9,49,58); }
div.DivClassName
{
background-color: #09313A;
}
.BgClassName
{
background-color: #09313A;
}
</style>
border-color css
<style>
span { border-color: #09313A; }
span { border-color: rgb(9,49,58); }
td.TdClassName
{
border-color: #09313A;
}
.TagClassName
{
border-color: #09313A;
}
</style>