Shades of Nordic #193735
Tints of Nordic #193735
RGB
CMYK
RGB Variations
Color information
#193735 (or 0x193735) is known color: Nordic. HEX triplet: 19, 37 and 35. RGB value is (25,55,53). Sum of RGB (Red+Green+Blue) = 25+55+53=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 55 - color contains mainly: green. Hex color #193735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193735 is #E6C8CA. Grayscale: #2D2D2D. Windows color (decimal): -15124683 or 3487513. OLE color: 3487513.
HSL color Cylindrical-coordinate representation of color #193735: hue angle of 176º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193735 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 55 | 53 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.78 |
| HSL | 176º | 0.38% | 0.16% | - |
| HSV(B) | 176º | 0.55% | 0.22% | - |
| XYZ | 2.41 | 3.2 | 3.86 | - |
| YUV | 45.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 53 | 0.55 | 0 | 0.04 | 0.78 | 176 | 0.38 | 0.16 |
| Hex | 19 | 37 | 35 | 37 | 0 | 4 | 4E | B0 | 26 | 10 |
| Octal | 31 | 67 | 65 | 67 | 0 | 4 | 116 | 260 | 46 | 20 |
| Binary | 11001 | 110111 | 110101 | 110111 | 0 | 100 | 1001110 | 10110000 | 100110 | 10000 |
Color Harmonies of #193735
Complementary color
Monochromatic Colors of #193735
Black with #193735
Text Example
Text Example
White with #193735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193735; }
p { color: rgb(25,55,53); }
H1.HeaderClassName
{
color: #193735;
}
.AnyTagClassName
{
color: #193735;
}
</style>
background-color css
<style>
a { background-color: #193735; }
a { background-color: rgb(25,55,53); }
div.DivClassName
{
background-color: #193735;
}
.BgClassName
{
background-color: #193735;
}
</style>
border-color css
<style>
span { border-color: #193735; }
span { border-color: rgb(25,55,53); }
td.TdClassName
{
border-color: #193735;
}
.TagClassName
{
border-color: #193735;
}
</style>