Shades of Nordic #14383C
Tints of Nordic #14383C
RGB
CMYK
RGB Variations
Color information
#14383C (or 0x14383C) is known color: Nordic. HEX triplet: 14, 38 and 3C. RGB value is (20,56,60). Sum of RGB (Red+Green+Blue) = 20+56+60=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 60 - color contains mainly: blue. Hex color #14383C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14383C is #EBC7C3. Grayscale: #2D2D2D. Windows color (decimal): -15452100 or 3946516. OLE color: 3946516.
HSL color Cylindrical-coordinate representation of color #14383C: hue angle of 186º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14383C is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 56 | 60 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.76 |
| HSL | 186º | 0.5% | 0.16% | - |
| HSV(B) | 186º | 0.67% | 0.24% | - |
| XYZ | 2.52 | 3.3 | 4.78 | - |
| YUV | 45.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 60 | 0.67 | 0.07 | 0 | 0.76 | 186 | 0.5 | 0.16 |
| Hex | 14 | 38 | 3C | 43 | 7 | 0 | 4C | BA | 32 | 10 |
| Octal | 24 | 70 | 74 | 103 | 7 | 0 | 114 | 272 | 62 | 20 |
| Binary | 10100 | 111000 | 111100 | 1000011 | 111 | 0 | 1001100 | 10111010 | 110010 | 10000 |
Color Harmonies of #14383C
Complementary color
Monochromatic Colors of #14383C
Black with #14383C
Text Example
Text Example
White with #14383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14383C; }
p { color: rgb(20,56,60); }
H1.HeaderClassName
{
color: #14383C;
}
.AnyTagClassName
{
color: #14383C;
}
</style>
background-color css
<style>
a { background-color: #14383C; }
a { background-color: rgb(20,56,60); }
div.DivClassName
{
background-color: #14383C;
}
.BgClassName
{
background-color: #14383C;
}
</style>
border-color css
<style>
span { border-color: #14383C; }
span { border-color: rgb(20,56,60); }
td.TdClassName
{
border-color: #14383C;
}
.TagClassName
{
border-color: #14383C;
}
</style>