Shades of Nordic #133433
Tints of Nordic #133433
RGB
CMYK
RGB Variations
Color information
#133433 (or 0x133433) is known color: Nordic. HEX triplet: 13, 34 and 33. RGB value is (19,52,51). Sum of RGB (Red+Green+Blue) = 19+52+51=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 52 - color contains mainly: green. Hex color #133433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133433 is #ECCBCC. Grayscale: #292929. Windows color (decimal): -15518669 or 3355667. OLE color: 3355667.
HSL color Cylindrical-coordinate representation of color #133433: hue angle of 178.18º 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 #133433 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 52 | 51 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.80 |
| HSL | 178.18º | 0.46% | 0.14% | - |
| HSV(B) | 178.18º | 0.63% | 0.2% | - |
| XYZ | 2.09 | 2.83 | 3.57 | - |
| YUV | 42.02 | 133.07 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 51 | 0.63 | 0 | 0.02 | 0.80 | 178.18 | 0.46 | 0.14 |
| Hex | 13 | 34 | 33 | 3F | 0 | 2 | 50 | B2 | 2E | E |
| Octal | 23 | 64 | 63 | 77 | 0 | 2 | 120 | 262 | 56 | 16 |
| Binary | 10011 | 110100 | 110011 | 111111 | 0 | 10 | 1010000 | 10110010 | 101110 | 1110 |
Color Harmonies of #133433
Complementary color
Monochromatic Colors of #133433
Black with #133433
Text Example
Text Example
White with #133433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133433; }
p { color: rgb(19,52,51); }
H1.HeaderClassName
{
color: #133433;
}
.AnyTagClassName
{
color: #133433;
}
</style>
background-color css
<style>
a { background-color: #133433; }
a { background-color: rgb(19,52,51); }
div.DivClassName
{
background-color: #133433;
}
.BgClassName
{
background-color: #133433;
}
</style>
border-color css
<style>
span { border-color: #133433; }
span { border-color: rgb(19,52,51); }
td.TdClassName
{
border-color: #133433;
}
.TagClassName
{
border-color: #133433;
}
</style>