Shades of Nordic #193839
Tints of Nordic #193839
RGB
CMYK
RGB Variations
Color information
#193839 (or 0x193839) is known color: Nordic. HEX triplet: 19, 38 and 39. RGB value is (25,56,57). Sum of RGB (Red+Green+Blue) = 25+56+57=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #193839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193839 is #E6C7C6. Grayscale: #2E2E2E. Windows color (decimal): -15124423 or 3749913. OLE color: 3749913.
HSL color Cylindrical-coordinate representation of color #193839: hue angle of 181.88º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #193839 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 56 | 57 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.78 |
| HSL | 181.88º | 0.39% | 0.16% | - |
| HSV(B) | 181.88º | 0.56% | 0.22% | - |
| XYZ | 2.55 | 3.33 | 4.38 | - |
| YUV | 46.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 57 | 0.56 | 0.02 | 0 | 0.78 | 181.88 | 0.39 | 0.16 |
| Hex | 19 | 38 | 39 | 38 | 2 | 0 | 4E | B6 | 27 | 10 |
| Octal | 31 | 70 | 71 | 70 | 2 | 0 | 116 | 266 | 47 | 20 |
| Binary | 11001 | 111000 | 111001 | 111000 | 10 | 0 | 1001110 | 10110110 | 100111 | 10000 |
Color Harmonies of #193839
Complementary color
Monochromatic Colors of #193839
Black with #193839
Text Example
Text Example
White with #193839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193839; }
p { color: rgb(25,56,57); }
H1.HeaderClassName
{
color: #193839;
}
.AnyTagClassName
{
color: #193839;
}
</style>
background-color css
<style>
a { background-color: #193839; }
a { background-color: rgb(25,56,57); }
div.DivClassName
{
background-color: #193839;
}
.BgClassName
{
background-color: #193839;
}
</style>
border-color css
<style>
span { border-color: #193839; }
span { border-color: rgb(25,56,57); }
td.TdClassName
{
border-color: #193839;
}
.TagClassName
{
border-color: #193839;
}
</style>