Shades of Nordic #0A3334
Tints of Nordic #0A3334
RGB
CMYK
RGB Variations
Color information
#0A3334 (or 0x0A3334) is known color: Nordic. HEX triplet: 0A, 33 and 34. RGB value is (10,51,52). Sum of RGB (Red+Green+Blue) = 10+51+52=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 52 - color contains mainly: blue. Hex color #0A3334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3334 is #F5CCCB. Grayscale: #262626. Windows color (decimal): -16108748 or 3420938. OLE color: 3420938.
HSL color Cylindrical-coordinate representation of color #0A3334: hue angle of 181.43º 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 #0A3334 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 51 | 52 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.80 |
| HSL | 181.43º | 0.68% | 0.12% | - |
| HSV(B) | 181.43º | 0.81% | 0.2% | - |
| XYZ | 1.93 | 2.68 | 3.66 | - |
| YUV | 38.86 | 135.42 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 51 | 52 | 0.81 | 0.02 | 0 | 0.80 | 181.43 | 0.68 | 0.12 |
| Hex | A | 33 | 34 | 51 | 2 | 0 | 50 | B5 | 44 | C |
| Octal | 12 | 63 | 64 | 121 | 2 | 0 | 120 | 265 | 104 | 14 |
| Binary | 1010 | 110011 | 110100 | 1010001 | 10 | 0 | 1010000 | 10110101 | 1000100 | 1100 |
Color Harmonies of #0A3334
Complementary color
Monochromatic Colors of #0A3334
Black with #0A3334
Text Example
Text Example
White with #0A3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3334; }
p { color: rgb(10,51,52); }
H1.HeaderClassName
{
color: #0A3334;
}
.AnyTagClassName
{
color: #0A3334;
}
</style>
background-color css
<style>
a { background-color: #0A3334; }
a { background-color: rgb(10,51,52); }
div.DivClassName
{
background-color: #0A3334;
}
.BgClassName
{
background-color: #0A3334;
}
</style>
border-color css
<style>
span { border-color: #0A3334; }
span { border-color: rgb(10,51,52); }
td.TdClassName
{
border-color: #0A3334;
}
.TagClassName
{
border-color: #0A3334;
}
</style>