Shades of Nordic #093031
Tints of Nordic #093031
RGB
CMYK
RGB Variations
Color information
#093031 (or 0x093031) is known color: Nordic. HEX triplet: 09, 30 and 31. RGB value is (9,48,49). Sum of RGB (Red+Green+Blue) = 9+48+49=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #093031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093031 is #F6CFCE. Grayscale: #242424. Windows color (decimal): -16175055 or 3223561. OLE color: 3223561.
HSL color Cylindrical-coordinate representation of color #093031: hue angle of 181.5º 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 #093031 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 48 | 49 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.81 |
| HSL | 181.5º | 0.69% | 0.11% | - |
| HSV(B) | 181.5º | 0.82% | 0.19% | - |
| XYZ | 1.72 | 2.39 | 3.28 | - |
| YUV | 36.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 49 | 0.82 | 0.02 | 0 | 0.81 | 181.5 | 0.69 | 0.11 |
| Hex | 9 | 30 | 31 | 52 | 2 | 0 | 51 | B6 | 45 | B |
| Octal | 11 | 60 | 61 | 122 | 2 | 0 | 121 | 266 | 105 | 13 |
| Binary | 1001 | 110000 | 110001 | 1010010 | 10 | 0 | 1010001 | 10110110 | 1000101 | 1011 |
Color Harmonies of #093031
Complementary color
Monochromatic Colors of #093031
Black with #093031
Text Example
Text Example
White with #093031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093031; }
p { color: rgb(9,48,49); }
H1.HeaderClassName
{
color: #093031;
}
.AnyTagClassName
{
color: #093031;
}
</style>
background-color css
<style>
a { background-color: #093031; }
a { background-color: rgb(9,48,49); }
div.DivClassName
{
background-color: #093031;
}
.BgClassName
{
background-color: #093031;
}
</style>
border-color css
<style>
span { border-color: #093031; }
span { border-color: rgb(9,48,49); }
td.TdClassName
{
border-color: #093031;
}
.TagClassName
{
border-color: #093031;
}
</style>