Shades of Nordic #0A3433
Tints of Nordic #0A3433
RGB
CMYK
RGB Variations
Color information
#0A3433 (or 0x0A3433) is known color: Nordic. HEX triplet: 0A, 34 and 33. RGB value is (10,52,51). Sum of RGB (Red+Green+Blue) = 10+52+51=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #0A3433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3433 is #F5CBCC. Grayscale: #272727. Windows color (decimal): -16108493 or 3355658. OLE color: 3355658.
HSL color Cylindrical-coordinate representation of color #0A3433: hue angle of 178.57º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A3433 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 52 | 51 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.80 |
| HSL | 178.57º | 0.68% | 0.12% | - |
| HSV(B) | 178.57º | 0.81% | 0.2% | - |
| XYZ | 1.95 | 2.76 | 3.56 | - |
| YUV | 39.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 52 | 51 | 0.81 | 0 | 0.02 | 0.80 | 178.57 | 0.68 | 0.12 |
| Hex | A | 34 | 33 | 51 | 0 | 2 | 50 | B3 | 44 | C |
| Octal | 12 | 64 | 63 | 121 | 0 | 2 | 120 | 263 | 104 | 14 |
| Binary | 1010 | 110100 | 110011 | 1010001 | 0 | 10 | 1010000 | 10110011 | 1000100 | 1100 |
Color Harmonies of #0A3433
Complementary color
Monochromatic Colors of #0A3433
Black with #0A3433
Text Example
Text Example
White with #0A3433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3433; }
p { color: rgb(10,52,51); }
H1.HeaderClassName
{
color: #0A3433;
}
.AnyTagClassName
{
color: #0A3433;
}
</style>
background-color css
<style>
a { background-color: #0A3433; }
a { background-color: rgb(10,52,51); }
div.DivClassName
{
background-color: #0A3433;
}
.BgClassName
{
background-color: #0A3433;
}
</style>
border-color css
<style>
span { border-color: #0A3433; }
span { border-color: rgb(10,52,51); }
td.TdClassName
{
border-color: #0A3433;
}
.TagClassName
{
border-color: #0A3433;
}
</style>