Shades of Nordic #09333A
Tints of Nordic #09333A
RGB
CMYK
RGB Variations
Color information
#09333A (or 0x09333A) is known color: Nordic. HEX triplet: 09, 33 and 3A. RGB value is (9,51,58). Sum of RGB (Red+Green+Blue) = 9+51+58=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #09333A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09333A is #F6CCC5. Grayscale: #272727. Windows color (decimal): -16174278 or 3814153. OLE color: 3814153.
HSL color Cylindrical-coordinate representation of color #09333A: hue angle of 188.57º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09333A is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 51 | 58 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.77 |
| HSL | 188.57º | 0.73% | 0.13% | - |
| HSV(B) | 188.57º | 0.84% | 0.23% | - |
| XYZ | 2.06 | 2.73 | 4.42 | - |
| YUV | 39.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 58 | 0.84 | 0.12 | 0 | 0.77 | 188.57 | 0.73 | 0.13 |
| Hex | 9 | 33 | 3A | 54 | C | 0 | 4D | BD | 49 | D |
| Octal | 11 | 63 | 72 | 124 | 14 | 0 | 115 | 275 | 111 | 15 |
| Binary | 1001 | 110011 | 111010 | 1010100 | 1100 | 0 | 1001101 | 10111101 | 1001001 | 1101 |
Color Harmonies of #09333A
Complementary color
Monochromatic Colors of #09333A
Black with #09333A
Text Example
Text Example
White with #09333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09333A; }
p { color: rgb(9,51,58); }
H1.HeaderClassName
{
color: #09333A;
}
.AnyTagClassName
{
color: #09333A;
}
</style>
background-color css
<style>
a { background-color: #09333A; }
a { background-color: rgb(9,51,58); }
div.DivClassName
{
background-color: #09333A;
}
.BgClassName
{
background-color: #09333A;
}
</style>
border-color css
<style>
span { border-color: #09333A; }
span { border-color: rgb(9,51,58); }
td.TdClassName
{
border-color: #09333A;
}
.TagClassName
{
border-color: #09333A;
}
</style>