Shades of Nordic #133332
Tints of Nordic #133332
RGB
CMYK
RGB Variations
Color information
#133332 (or 0x133332) is known color: Nordic. HEX triplet: 13, 33 and 32. RGB value is (19,51,50). Sum of RGB (Red+Green+Blue) = 19+51+50=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 51 - color contains mainly: green. Hex color #133332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133332 is #ECCCCD. Grayscale: #292929. Windows color (decimal): -15518926 or 3289875. OLE color: 3289875.
HSL color Cylindrical-coordinate representation of color #133332: hue angle of 178.12º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133332 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 19 | 51 | 50 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.8 |
| HSL | 178.13º | 0.46% | 0.14% | - |
| HSV(B) | 178.13º | 0.63% | 0.2% | - |
| XYZ | 2.03 | 2.74 | 3.44 | - |
| YUV | 41.32 | 132.9 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 50 | 0.63 | 0 | 0.02 | 0.8 | 178.13 | 0.46 | 0.14 |
| Hex | 13 | 33 | 32 | 3F | 0 | 2 | 50 | B2 | 2E | E |
| Octal | 23 | 63 | 62 | 77 | 0 | 2 | 120 | 262 | 56 | 16 |
| Binary | 10011 | 110011 | 110010 | 111111 | 0 | 10 | 1010000 | 10110010 | 101110 | 1110 |
Color Harmonies of #133332
Complementary color
Monochromatic Colors of #133332
Black with #133332
Text Example
Text Example
White with #133332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133332; }
p { color: rgb(19,51,50); }
H1.HeaderClassName
{
color: #133332;
}
.AnyTagClassName
{
color: #133332;
}
</style>
background-color css
<style>
a { background-color: #133332; }
a { background-color: rgb(19,51,50); }
div.DivClassName
{
background-color: #133332;
}
.BgClassName
{
background-color: #133332;
}
</style>
border-color css
<style>
span { border-color: #133332; }
span { border-color: rgb(19,51,50); }
td.TdClassName
{
border-color: #133332;
}
.TagClassName
{
border-color: #133332;
}
</style>