Shades of Nordic #092D30
Tints of Nordic #092D30
RGB
CMYK
RGB Variations
Color information
#092D30 (or 0x092D30) is known color: Nordic. HEX triplet: 09, 2D and 30. RGB value is (9,45,48). Sum of RGB (Red+Green+Blue) = 9+45+48=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 45 (17.97% from 255 or 44.12% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #092D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D30 is #F6D2CF. Grayscale: #222222. Windows color (decimal): -16175824 or 3157257. OLE color: 3157257.
HSL color Cylindrical-coordinate representation of color #092D30: hue angle of 184.62º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #092D30 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 45 | 48 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.81 |
| HSL | 184.62º | 0.68% | 0.11% | - |
| HSV(B) | 184.62º | 0.81% | 0.19% | - |
| XYZ | 1.58 | 2.15 | 3.13 | - |
| YUV | 34.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 48 | 0.81 | 0.06 | 0 | 0.81 | 184.62 | 0.68 | 0.11 |
| Hex | 9 | 2D | 30 | 51 | 6 | 0 | 51 | B9 | 44 | B |
| Octal | 11 | 55 | 60 | 121 | 6 | 0 | 121 | 271 | 104 | 13 |
| Binary | 1001 | 101101 | 110000 | 1010001 | 110 | 0 | 1010001 | 10111001 | 1000100 | 1011 |
Color Harmonies of #092D30
Complementary color
Monochromatic Colors of #092D30
Black with #092D30
Text Example
Text Example
White with #092D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D30; }
p { color: rgb(9,45,48); }
H1.HeaderClassName
{
color: #092D30;
}
.AnyTagClassName
{
color: #092D30;
}
</style>
background-color css
<style>
a { background-color: #092D30; }
a { background-color: rgb(9,45,48); }
div.DivClassName
{
background-color: #092D30;
}
.BgClassName
{
background-color: #092D30;
}
</style>
border-color css
<style>
span { border-color: #092D30; }
span { border-color: rgb(9,45,48); }
td.TdClassName
{
border-color: #092D30;
}
.TagClassName
{
border-color: #092D30;
}
</style>