Shades of Nordic #103433
Tints of Nordic #103433
RGB
CMYK
RGB Variations
Color information
#103433 (or 0x103433) is known color: Nordic. HEX triplet: 10, 34 and 33. RGB value is (16,52,51). Sum of RGB (Red+Green+Blue) = 16+52+51=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 52 - color contains mainly: green. Hex color #103433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103433 is #EFCBCC. Grayscale: #292929. Windows color (decimal): -15715277 or 3355664. OLE color: 3355664.
HSL color Cylindrical-coordinate representation of color #103433: hue angle of 178.33º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #103433 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 52 | 51 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.80 |
| HSL | 178.33º | 0.53% | 0.13% | - |
| HSV(B) | 178.33º | 0.69% | 0.2% | - |
| XYZ | 2.04 | 2.81 | 3.57 | - |
| YUV | 41.12 | 133.57 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 51 | 0.69 | 0 | 0.02 | 0.80 | 178.33 | 0.53 | 0.13 |
| Hex | 10 | 34 | 33 | 45 | 0 | 2 | 50 | B2 | 35 | D |
| Octal | 20 | 64 | 63 | 105 | 0 | 2 | 120 | 262 | 65 | 15 |
| Binary | 10000 | 110100 | 110011 | 1000101 | 0 | 10 | 1010000 | 10110010 | 110101 | 1101 |
Color Harmonies of #103433
Complementary color
Monochromatic Colors of #103433
Black with #103433
Text Example
Text Example
White with #103433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103433; }
p { color: rgb(16,52,51); }
H1.HeaderClassName
{
color: #103433;
}
.AnyTagClassName
{
color: #103433;
}
</style>
background-color css
<style>
a { background-color: #103433; }
a { background-color: rgb(16,52,51); }
div.DivClassName
{
background-color: #103433;
}
.BgClassName
{
background-color: #103433;
}
</style>
border-color css
<style>
span { border-color: #103433; }
span { border-color: rgb(16,52,51); }
td.TdClassName
{
border-color: #103433;
}
.TagClassName
{
border-color: #103433;
}
</style>