Shades of Nordic #19383F
Tints of Nordic #19383F
RGB
CMYK
RGB Variations
Color information
#19383F (or 0x19383F) is known color: Nordic. HEX triplet: 19, 38 and 3F. RGB value is (25,56,63). Sum of RGB (Red+Green+Blue) = 25+56+63=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 63 - color contains mainly: blue. Hex color #19383F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19383F is #E6C7C0. Grayscale: #2F2F2F. Windows color (decimal): -15124417 or 4143129. OLE color: 4143129.
HSL color Cylindrical-coordinate representation of color #19383F: hue angle of 191.05º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19383F is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 56 | 63 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.75 |
| HSL | 191.05º | 0.43% | 0.17% | - |
| HSV(B) | 191.05º | 0.6% | 0.25% | - |
| XYZ | 2.71 | 3.39 | 5.21 | - |
| YUV | 47.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 63 | 0.60 | 0.11 | 0 | 0.75 | 191.05 | 0.43 | 0.17 |
| Hex | 19 | 38 | 3F | 3C | B | 0 | 4B | BF | 2B | 11 |
| Octal | 31 | 70 | 77 | 74 | 13 | 0 | 113 | 277 | 53 | 21 |
| Binary | 11001 | 111000 | 111111 | 111100 | 1011 | 0 | 1001011 | 10111111 | 101011 | 10001 |
Color Harmonies of #19383F
Complementary color
Monochromatic Colors of #19383F
Black with #19383F
Text Example
Text Example
White with #19383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19383F; }
p { color: rgb(25,56,63); }
H1.HeaderClassName
{
color: #19383F;
}
.AnyTagClassName
{
color: #19383F;
}
</style>
background-color css
<style>
a { background-color: #19383F; }
a { background-color: rgb(25,56,63); }
div.DivClassName
{
background-color: #19383F;
}
.BgClassName
{
background-color: #19383F;
}
</style>
border-color css
<style>
span { border-color: #19383F; }
span { border-color: rgb(25,56,63); }
td.TdClassName
{
border-color: #19383F;
}
.TagClassName
{
border-color: #19383F;
}
</style>