Shades of Nordic #003133
Tints of Nordic #003133
RGB
CMYK
RGB Variations
Color information
#003133 (or 0x003133) is known color: Nordic. HEX triplet: 00, 31 and 33. RGB value is (0,49,51). Sum of RGB (Red+Green+Blue) = 0+49+51=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 51 (20.31% from 255 or 51% from 100); Max value from RGB is 51 - color contains mainly: blue. Hex color #003133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003133 is #FFCECC. Grayscale: #222222. Windows color (decimal): -16764621 or 3354880. OLE color: 3354880.
HSL color Cylindrical-coordinate representation of color #003133: hue angle of 182.35º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003133 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 0 | 49 | 51 | - |
| CMYK | 1 | 0.04 | 0 | 0.8 |
| HSL | 182.35º | 1% | 0.1% | - |
| HSV(B) | 182.35º | 1% | 0.2% | - |
| XYZ | 1.7 | 2.44 | 3.51 | - |
| YUV | 34.58 | 137.27 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 51 | 1 | 0.04 | 0 | 0.8 | 182.35 | 1 | 0.1 |
| Hex | 0 | 31 | 33 | 64 | 4 | 0 | 50 | B6 | 64 | A |
| Octal | 0 | 61 | 63 | 144 | 4 | 0 | 120 | 266 | 144 | 12 |
| Binary | 0 | 110001 | 110011 | 1100100 | 100 | 0 | 1010000 | 10110110 | 1100100 | 1010 |
Color Harmonies of #003133
Complementary color
Monochromatic Colors of #003133
Black with #003133
Text Example
Text Example
White with #003133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003133; }
p { color: rgb(0,49,51); }
H1.HeaderClassName
{
color: #003133;
}
.AnyTagClassName
{
color: #003133;
}
</style>
background-color css
<style>
a { background-color: #003133; }
a { background-color: rgb(0,49,51); }
div.DivClassName
{
background-color: #003133;
}
.BgClassName
{
background-color: #003133;
}
</style>
border-color css
<style>
span { border-color: #003133; }
span { border-color: rgb(0,49,51); }
td.TdClassName
{
border-color: #003133;
}
.TagClassName
{
border-color: #003133;
}
</style>