Shades of Nordic #1B383F
Tints of Nordic #1B383F
RGB
CMYK
RGB Variations
Color information
#1B383F (or 0x1B383F) is known color: Nordic. HEX triplet: 1B, 38 and 3F. RGB value is (27,56,63). Sum of RGB (Red+Green+Blue) = 27+56+63=146 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.49% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #1B383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B383F is #E4C7C0. Grayscale: #303030. Windows color (decimal): -14993345 or 4143131. OLE color: 4143131.
HSL color Cylindrical-coordinate representation of color #1B383F: hue angle of 191.67º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1B383F is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 56 | 63 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.75 |
| HSL | 191.67º | 0.4% | 0.18% | - |
| HSV(B) | 191.67º | 0.57% | 0.25% | - |
| XYZ | 2.76 | 3.42 | 5.22 | - |
| YUV | 48.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 56 | 63 | 0.57 | 0.11 | 0 | 0.75 | 191.67 | 0.4 | 0.18 |
| Hex | 1B | 38 | 3F | 39 | B | 0 | 4B | C0 | 28 | 12 |
| Octal | 33 | 70 | 77 | 71 | 13 | 0 | 113 | 300 | 50 | 22 |
| Binary | 11011 | 111000 | 111111 | 111001 | 1011 | 0 | 1001011 | 11000000 | 101000 | 10010 |
Color Harmonies of #1B383F
Complementary color
Monochromatic Colors of #1B383F
Black with #1B383F
Text Example
Text Example
White with #1B383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B383F; }
p { color: rgb(27,56,63); }
H1.HeaderClassName
{
color: #1B383F;
}
.AnyTagClassName
{
color: #1B383F;
}
</style>
background-color css
<style>
a { background-color: #1B383F; }
a { background-color: rgb(27,56,63); }
div.DivClassName
{
background-color: #1B383F;
}
.BgClassName
{
background-color: #1B383F;
}
</style>
border-color css
<style>
span { border-color: #1B383F; }
span { border-color: rgb(27,56,63); }
td.TdClassName
{
border-color: #1B383F;
}
.TagClassName
{
border-color: #1B383F;
}
</style>