Shades of Nordic #19383D
Tints of Nordic #19383D
RGB
CMYK
RGB Variations
Color information
#19383D (or 0x19383D) is known color: Nordic. HEX triplet: 19, 38 and 3D. RGB value is (25,56,61). Sum of RGB (Red+Green+Blue) = 25+56+61=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: blue. Hex color #19383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19383D is #E6C7C2. Grayscale: #2F2F2F. Windows color (decimal): -15124419 or 4012057. OLE color: 4012057.
HSL color Cylindrical-coordinate representation of color #19383D: hue angle of 188.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #19383D is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 56 | 61 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.76 |
| HSL | 188.33º | 0.42% | 0.17% | - |
| HSV(B) | 188.33º | 0.59% | 0.24% | - |
| XYZ | 2.66 | 3.37 | 4.93 | - |
| YUV | 47.3 | 135.73 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 61 | 0.59 | 0.08 | 0 | 0.76 | 188.33 | 0.42 | 0.17 |
| Hex | 19 | 38 | 3D | 3B | 8 | 0 | 4C | BC | 2A | 11 |
| Octal | 31 | 70 | 75 | 73 | 10 | 0 | 114 | 274 | 52 | 21 |
| Binary | 11001 | 111000 | 111101 | 111011 | 1000 | 0 | 1001100 | 10111100 | 101010 | 10001 |
Color Harmonies of #19383D
Complementary color
Monochromatic Colors of #19383D
Black with #19383D
Text Example
Text Example
White with #19383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19383D; }
p { color: rgb(25,56,61); }
H1.HeaderClassName
{
color: #19383D;
}
.AnyTagClassName
{
color: #19383D;
}
</style>
background-color css
<style>
a { background-color: #19383D; }
a { background-color: rgb(25,56,61); }
div.DivClassName
{
background-color: #19383D;
}
.BgClassName
{
background-color: #19383D;
}
</style>
border-color css
<style>
span { border-color: #19383D; }
span { border-color: rgb(25,56,61); }
td.TdClassName
{
border-color: #19383D;
}
.TagClassName
{
border-color: #19383D;
}
</style>