Shades of Nordic #193939
Tints of Nordic #193939
RGB
CMYK
RGB Variations
Color information
#193939 (or 0x193939) is known color: Nordic. HEX triplet: 19, 39 and 39. RGB value is (25,57,57). Sum of RGB (Red+Green+Blue) = 25+57+57=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 57 (22.66% from 255 or 41.01% from 139); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #193939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193939 is #E6C6C6. Grayscale: #2F2F2F. Windows color (decimal): -15124167 or 3750169. OLE color: 3750169.
HSL color Cylindrical-coordinate representation of color #193939: hue angle of 180º 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 #193939 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 57 | 57 | - |
| CMYK | 0.56 | 0 | 0 | 0.78 |
| HSL | 180º | 0.39% | 0.16% | - |
| HSV(B) | 180º | 0.56% | 0.22% | - |
| XYZ | 2.6 | 3.43 | 4.4 | - |
| YUV | 47.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 57 | 0.56 | 0 | 0 | 0.78 | 180 | 0.39 | 0.16 |
| Hex | 19 | 39 | 39 | 38 | 0 | 0 | 4E | B4 | 27 | 10 |
| Octal | 31 | 71 | 71 | 70 | 0 | 0 | 116 | 264 | 47 | 20 |
| Binary | 11001 | 111001 | 111001 | 111000 | 0 | 0 | 1001110 | 10110100 | 100111 | 10000 |
Color Harmonies of #193939
Complementary color
Monochromatic Colors of #193939
Black with #193939
Text Example
Text Example
White with #193939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193939; }
p { color: rgb(25,57,57); }
H1.HeaderClassName
{
color: #193939;
}
.AnyTagClassName
{
color: #193939;
}
</style>
background-color css
<style>
a { background-color: #193939; }
a { background-color: rgb(25,57,57); }
div.DivClassName
{
background-color: #193939;
}
.BgClassName
{
background-color: #193939;
}
</style>
border-color css
<style>
span { border-color: #193939; }
span { border-color: rgb(25,57,57); }
td.TdClassName
{
border-color: #193939;
}
.TagClassName
{
border-color: #193939;
}
</style>