Shades of Nordic #093332
Tints of Nordic #093332
RGB
CMYK
RGB Variations
Color information
#093332 (or 0x093332) is known color: Nordic. HEX triplet: 09, 33 and 32. RGB value is (9,51,50). Sum of RGB (Red+Green+Blue) = 9+51+50=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #093332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093332 is #F6CCCD. Grayscale: #262626. Windows color (decimal): -16174286 or 3289865. OLE color: 3289865.
HSL color Cylindrical-coordinate representation of color #093332: hue angle of 178.57º degrees, saturation: 0.7, 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 #093332 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 9 | 51 | 50 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.8 |
| HSL | 178.57º | 0.7% | 0.12% | - |
| HSV(B) | 178.57º | 0.82% | 0.2% | - |
| XYZ | 1.87 | 2.66 | 3.43 | - |
| YUV | 38.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 50 | 0.82 | 0 | 0.02 | 0.8 | 178.57 | 0.7 | 0.12 |
| Hex | 9 | 33 | 32 | 52 | 0 | 2 | 50 | B3 | 46 | C |
| Octal | 11 | 63 | 62 | 122 | 0 | 2 | 120 | 263 | 106 | 14 |
| Binary | 1001 | 110011 | 110010 | 1010010 | 0 | 10 | 1010000 | 10110011 | 1000110 | 1100 |
Color Harmonies of #093332
Complementary color
Monochromatic Colors of #093332
Black with #093332
Text Example
Text Example
White with #093332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093332; }
p { color: rgb(9,51,50); }
H1.HeaderClassName
{
color: #093332;
}
.AnyTagClassName
{
color: #093332;
}
</style>
background-color css
<style>
a { background-color: #093332; }
a { background-color: rgb(9,51,50); }
div.DivClassName
{
background-color: #093332;
}
.BgClassName
{
background-color: #093332;
}
</style>
border-color css
<style>
span { border-color: #093332; }
span { border-color: rgb(9,51,50); }
td.TdClassName
{
border-color: #093332;
}
.TagClassName
{
border-color: #093332;
}
</style>