Shades of Nordic #033133
Tints of Nordic #033133
RGB
CMYK
RGB Variations
Color information
#033133 (or 0x033133) is known color: Nordic. HEX triplet: 03, 31 and 33. RGB value is (3,49,51). Sum of RGB (Red+Green+Blue) = 3+49+51=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #033133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033133 is #FCCECC. Grayscale: #232323. Windows color (decimal): -16568013 or 3354883. OLE color: 3354883.
HSL color Cylindrical-coordinate representation of color #033133: hue angle of 182.5º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033133 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 3 | 49 | 51 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.8 |
| HSL | 182.5º | 0.89% | 0.11% | - |
| HSV(B) | 182.5º | 0.94% | 0.2% | - |
| XYZ | 1.73 | 2.46 | 3.51 | - |
| YUV | 35.47 | 136.76 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 51 | 0.94 | 0.04 | 0 | 0.8 | 182.5 | 0.89 | 0.11 |
| Hex | 3 | 31 | 33 | 5E | 4 | 0 | 50 | B6 | 59 | B |
| Octal | 3 | 61 | 63 | 136 | 4 | 0 | 120 | 266 | 131 | 13 |
| Binary | 11 | 110001 | 110011 | 1011110 | 100 | 0 | 1010000 | 10110110 | 1011001 | 1011 |
Color Harmonies of #033133
Complementary color
Monochromatic Colors of #033133
Black with #033133
Text Example
Text Example
White with #033133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033133; }
p { color: rgb(3,49,51); }
H1.HeaderClassName
{
color: #033133;
}
.AnyTagClassName
{
color: #033133;
}
</style>
background-color css
<style>
a { background-color: #033133; }
a { background-color: rgb(3,49,51); }
div.DivClassName
{
background-color: #033133;
}
.BgClassName
{
background-color: #033133;
}
</style>
border-color css
<style>
span { border-color: #033133; }
span { border-color: rgb(3,49,51); }
td.TdClassName
{
border-color: #033133;
}
.TagClassName
{
border-color: #033133;
}
</style>