Shades of Nordic #092F32
Tints of Nordic #092F32
RGB
CMYK
RGB Variations
Color information
#092F32 (or 0x092F32) is known color: Nordic. HEX triplet: 09, 2F and 32. RGB value is (9,47,50). Sum of RGB (Red+Green+Blue) = 9+47+50=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 50 - color contains mainly: blue. Hex color #092F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F32 is #F6D0CD. Grayscale: #232323. Windows color (decimal): -16175310 or 3288841. OLE color: 3288841.
HSL color Cylindrical-coordinate representation of color #092F32: hue angle of 184.39º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #092F32 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 47 | 50 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.80 |
| HSL | 184.39º | 0.69% | 0.12% | - |
| HSV(B) | 184.39º | 0.82% | 0.2% | - |
| XYZ | 1.7 | 2.32 | 3.38 | - |
| YUV | 35.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 50 | 0.82 | 0.06 | 0 | 0.80 | 184.39 | 0.69 | 0.12 |
| Hex | 9 | 2F | 32 | 52 | 6 | 0 | 50 | B8 | 45 | C |
| Octal | 11 | 57 | 62 | 122 | 6 | 0 | 120 | 270 | 105 | 14 |
| Binary | 1001 | 101111 | 110010 | 1010010 | 110 | 0 | 1010000 | 10111000 | 1000101 | 1100 |
Color Harmonies of #092F32
Complementary color
Monochromatic Colors of #092F32
Black with #092F32
Text Example
Text Example
White with #092F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092F32; }
p { color: rgb(9,47,50); }
H1.HeaderClassName
{
color: #092F32;
}
.AnyTagClassName
{
color: #092F32;
}
</style>
background-color css
<style>
a { background-color: #092F32; }
a { background-color: rgb(9,47,50); }
div.DivClassName
{
background-color: #092F32;
}
.BgClassName
{
background-color: #092F32;
}
</style>
border-color css
<style>
span { border-color: #092F32; }
span { border-color: rgb(9,47,50); }
td.TdClassName
{
border-color: #092F32;
}
.TagClassName
{
border-color: #092F32;
}
</style>