Shades of Nordic #0A3132
Tints of Nordic #0A3132
RGB
CMYK
RGB Variations
Color information
#0A3132 (or 0x0A3132) is known color: Nordic. HEX triplet: 0A, 31 and 32. RGB value is (10,49,50). Sum of RGB (Red+Green+Blue) = 10+49+50=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 50 - color contains mainly: blue. Hex color #0A3132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3132 is #F5CECD. Grayscale: #252525. Windows color (decimal): -16109262 or 3289354. OLE color: 3289354.
HSL color Cylindrical-coordinate representation of color #0A3132: hue angle of 181.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A3132 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 49 | 50 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.80 |
| HSL | 181.5º | 0.67% | 0.12% | - |
| HSV(B) | 181.5º | 0.8% | 0.2% | - |
| XYZ | 1.8 | 2.49 | 3.4 | - |
| YUV | 37.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 50 | 0.80 | 0.02 | 0 | 0.80 | 181.5 | 0.67 | 0.12 |
| Hex | A | 31 | 32 | 50 | 2 | 0 | 50 | B6 | 43 | C |
| Octal | 12 | 61 | 62 | 120 | 2 | 0 | 120 | 266 | 103 | 14 |
| Binary | 1010 | 110001 | 110010 | 1010000 | 10 | 0 | 1010000 | 10110110 | 1000011 | 1100 |
Color Harmonies of #0A3132
Complementary color
Monochromatic Colors of #0A3132
Black with #0A3132
Text Example
Text Example
White with #0A3132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3132; }
p { color: rgb(10,49,50); }
H1.HeaderClassName
{
color: #0A3132;
}
.AnyTagClassName
{
color: #0A3132;
}
</style>
background-color css
<style>
a { background-color: #0A3132; }
a { background-color: rgb(10,49,50); }
div.DivClassName
{
background-color: #0A3132;
}
.BgClassName
{
background-color: #0A3132;
}
</style>
border-color css
<style>
span { border-color: #0A3132; }
span { border-color: rgb(10,49,50); }
td.TdClassName
{
border-color: #0A3132;
}
.TagClassName
{
border-color: #0A3132;
}
</style>