Shades of Nordic #003035
Tints of Nordic #003035
RGB
CMYK
RGB Variations
Color information
#003035 (or 0x003035) is known color: Nordic. HEX triplet: 00, 30 and 35. RGB value is (0,48,53). Sum of RGB (Red+Green+Blue) = 0+48+53=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 53 (21.09% from 255 or 52.48% from 101); Max value from RGB is 53 - color contains mainly: blue. Hex color #003035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003035 is #FFCFCA. Grayscale: #222222. Windows color (decimal): -16764875 or 3485696. OLE color: 3485696.
HSL color Cylindrical-coordinate representation of color #003035: hue angle of 185.66º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003035 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 48 | 53 | - |
| CMYK | 1 | 0.09 | 0 | 0.79 |
| HSL | 185.66º | 1% | 0.1% | - |
| HSV(B) | 185.66º | 1% | 0.21% | - |
| XYZ | 1.7 | 2.37 | 3.74 | - |
| YUV | 34.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 53 | 1 | 0.09 | 0 | 0.79 | 185.66 | 1 | 0.1 |
| Hex | 0 | 30 | 35 | 64 | 9 | 0 | 4F | BA | 64 | A |
| Octal | 0 | 60 | 65 | 144 | 11 | 0 | 117 | 272 | 144 | 12 |
| Binary | 0 | 110000 | 110101 | 1100100 | 1001 | 0 | 1001111 | 10111010 | 1100100 | 1010 |
Color Harmonies of #003035
Complementary color
Monochromatic Colors of #003035
Black with #003035
Text Example
Text Example
White with #003035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003035; }
p { color: rgb(0,48,53); }
H1.HeaderClassName
{
color: #003035;
}
.AnyTagClassName
{
color: #003035;
}
</style>
background-color css
<style>
a { background-color: #003035; }
a { background-color: rgb(0,48,53); }
div.DivClassName
{
background-color: #003035;
}
.BgClassName
{
background-color: #003035;
}
</style>
border-color css
<style>
span { border-color: #003035; }
span { border-color: rgb(0,48,53); }
td.TdClassName
{
border-color: #003035;
}
.TagClassName
{
border-color: #003035;
}
</style>