Shades of Nordic #192F32
Tints of Nordic #192F32
RGB
CMYK
RGB Variations
Color information
#192F32 (or 0x192F32) is known color: Nordic. HEX triplet: 19, 2F and 32. RGB value is (25,47,50). Sum of RGB (Red+Green+Blue) = 25+47+50=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 50 - color contains mainly: blue. Hex color #192F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192F32 is #E6D0CD. Grayscale: #282828. Windows color (decimal): -15126734 or 3288857. OLE color: 3288857.
HSL color Cylindrical-coordinate representation of color #192F32: hue angle of 187.2º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #192F32 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 47 | 50 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.80 |
| HSL | 187.2º | 0.33% | 0.15% | - |
| HSV(B) | 187.2º | 0.5% | 0.2% | - |
| XYZ | 1.99 | 2.47 | 3.39 | - |
| YUV | 40.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 50 | 0.50 | 0.06 | 0 | 0.80 | 187.2 | 0.33 | 0.15 |
| Hex | 19 | 2F | 32 | 32 | 6 | 0 | 50 | BB | 21 | F |
| Octal | 31 | 57 | 62 | 62 | 6 | 0 | 120 | 273 | 41 | 17 |
| Binary | 11001 | 101111 | 110010 | 110010 | 110 | 0 | 1010000 | 10111011 | 100001 | 1111 |
Color Harmonies of #192F32
Complementary color
Monochromatic Colors of #192F32
Black with #192F32
Text Example
Text Example
White with #192F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F32; }
p { color: rgb(25,47,50); }
H1.HeaderClassName
{
color: #192F32;
}
.AnyTagClassName
{
color: #192F32;
}
</style>
background-color css
<style>
a { background-color: #192F32; }
a { background-color: rgb(25,47,50); }
div.DivClassName
{
background-color: #192F32;
}
.BgClassName
{
background-color: #192F32;
}
</style>
border-color css
<style>
span { border-color: #192F32; }
span { border-color: rgb(25,47,50); }
td.TdClassName
{
border-color: #192F32;
}
.TagClassName
{
border-color: #192F32;
}
</style>