Shades of Nordic #19383B
Tints of Nordic #19383B
RGB
CMYK
RGB Variations
Color information
#19383B (or 0x19383B) is known color: Nordic. HEX triplet: 19, 38 and 3B. RGB value is (25,56,59). Sum of RGB (Red+Green+Blue) = 25+56+59=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 59 - color contains mainly: blue. Hex color #19383B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19383B is #E6C7C4. Grayscale: #2F2F2F. Windows color (decimal): -15124421 or 3880985. OLE color: 3880985.
HSL color Cylindrical-coordinate representation of color #19383B: hue angle of 185.29º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #19383B is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 56 | 59 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.77 |
| HSL | 185.29º | 0.4% | 0.16% | - |
| HSV(B) | 185.29º | 0.58% | 0.23% | - |
| XYZ | 2.6 | 3.35 | 4.65 | - |
| YUV | 47.07 | 134.73 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 59 | 0.58 | 0.05 | 0 | 0.77 | 185.29 | 0.4 | 0.16 |
| Hex | 19 | 38 | 3B | 3A | 5 | 0 | 4D | B9 | 28 | 10 |
| Octal | 31 | 70 | 73 | 72 | 5 | 0 | 115 | 271 | 50 | 20 |
| Binary | 11001 | 111000 | 111011 | 111010 | 101 | 0 | 1001101 | 10111001 | 101000 | 10000 |
Color Harmonies of #19383B
Complementary color
Monochromatic Colors of #19383B
Black with #19383B
Text Example
Text Example
White with #19383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19383B; }
p { color: rgb(25,56,59); }
H1.HeaderClassName
{
color: #19383B;
}
.AnyTagClassName
{
color: #19383B;
}
</style>
background-color css
<style>
a { background-color: #19383B; }
a { background-color: rgb(25,56,59); }
div.DivClassName
{
background-color: #19383B;
}
.BgClassName
{
background-color: #19383B;
}
</style>
border-color css
<style>
span { border-color: #19383B; }
span { border-color: rgb(25,56,59); }
td.TdClassName
{
border-color: #19383B;
}
.TagClassName
{
border-color: #19383B;
}
</style>