Shades of Nordic #093032
Tints of Nordic #093032
RGB
CMYK
RGB Variations
Color information
#093032 (or 0x093032) is known color: Nordic. HEX triplet: 09, 30 and 32. RGB value is (9,48,50). Sum of RGB (Red+Green+Blue) = 9+48+50=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 50 - color contains mainly: blue. Hex color #093032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093032 is #F6CFCD. Grayscale: #242424. Windows color (decimal): -16175054 or 3289097. OLE color: 3289097.
HSL color Cylindrical-coordinate representation of color #093032: hue angle of 182.93º 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 #093032 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 48 | 50 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.80 |
| HSL | 182.93º | 0.69% | 0.12% | - |
| HSV(B) | 182.93º | 0.82% | 0.2% | - |
| XYZ | 1.75 | 2.4 | 3.39 | - |
| YUV | 36.57 | 135.58 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 50 | 0.82 | 0.04 | 0 | 0.80 | 182.93 | 0.69 | 0.12 |
| Hex | 9 | 30 | 32 | 52 | 4 | 0 | 50 | B7 | 45 | C |
| Octal | 11 | 60 | 62 | 122 | 4 | 0 | 120 | 267 | 105 | 14 |
| Binary | 1001 | 110000 | 110010 | 1010010 | 100 | 0 | 1010000 | 10110111 | 1000101 | 1100 |
Color Harmonies of #093032
Complementary color
Monochromatic Colors of #093032
Black with #093032
Text Example
Text Example
White with #093032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093032; }
p { color: rgb(9,48,50); }
H1.HeaderClassName
{
color: #093032;
}
.AnyTagClassName
{
color: #093032;
}
</style>
background-color css
<style>
a { background-color: #093032; }
a { background-color: rgb(9,48,50); }
div.DivClassName
{
background-color: #093032;
}
.BgClassName
{
background-color: #093032;
}
</style>
border-color css
<style>
span { border-color: #093032; }
span { border-color: rgb(9,48,50); }
td.TdClassName
{
border-color: #093032;
}
.TagClassName
{
border-color: #093032;
}
</style>