Shades of Nordic #092D31
Tints of Nordic #092D31
RGB
CMYK
RGB Variations
Color information
#092D31 (or 0x092D31) is known color: Nordic. HEX triplet: 09, 2D and 31. RGB value is (9,45,49). Sum of RGB (Red+Green+Blue) = 9+45+49=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: blue. Hex color #092D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D31 is #F6D2CE. Grayscale: #222222. Windows color (decimal): -16175823 or 3222793. OLE color: 3222793.
HSL color Cylindrical-coordinate representation of color #092D31: hue angle of 186º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #092D31 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 45 | 49 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.81 |
| HSL | 186º | 0.69% | 0.11% | - |
| HSV(B) | 186º | 0.82% | 0.19% | - |
| XYZ | 1.61 | 2.16 | 3.24 | - |
| YUV | 34.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 49 | 0.82 | 0.08 | 0 | 0.81 | 186 | 0.69 | 0.11 |
| Hex | 9 | 2D | 31 | 52 | 8 | 0 | 51 | BA | 45 | B |
| Octal | 11 | 55 | 61 | 122 | 10 | 0 | 121 | 272 | 105 | 13 |
| Binary | 1001 | 101101 | 110001 | 1010010 | 1000 | 0 | 1010001 | 10111010 | 1000101 | 1011 |
Color Harmonies of #092D31
Complementary color
Monochromatic Colors of #092D31
Black with #092D31
Text Example
Text Example
White with #092D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D31; }
p { color: rgb(9,45,49); }
H1.HeaderClassName
{
color: #092D31;
}
.AnyTagClassName
{
color: #092D31;
}
</style>
background-color css
<style>
a { background-color: #092D31; }
a { background-color: rgb(9,45,49); }
div.DivClassName
{
background-color: #092D31;
}
.BgClassName
{
background-color: #092D31;
}
</style>
border-color css
<style>
span { border-color: #092D31; }
span { border-color: rgb(9,45,49); }
td.TdClassName
{
border-color: #092D31;
}
.TagClassName
{
border-color: #092D31;
}
</style>