Shades of Nordic #1B383A
Tints of Nordic #1B383A
RGB
CMYK
RGB Variations
Color information
#1B383A (or 0x1B383A) is known color: Nordic. HEX triplet: 1B, 38 and 3A. RGB value is (27,56,58). Sum of RGB (Red+Green+Blue) = 27+56+58=141 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.15% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 58 - color contains mainly: blue. Hex color #1B383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B383A is #E4C7C5. Grayscale: #2F2F2F. Windows color (decimal): -14993350 or 3815451. OLE color: 3815451.
HSL color Cylindrical-coordinate representation of color #1B383A: hue angle of 183.87º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B383A is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 56 | 58 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.77 |
| HSL | 183.87º | 0.36% | 0.17% | - |
| HSV(B) | 183.87º | 0.53% | 0.23% | - |
| XYZ | 2.63 | 3.37 | 4.51 | - |
| YUV | 47.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 56 | 58 | 0.53 | 0.03 | 0 | 0.77 | 183.87 | 0.36 | 0.17 |
| Hex | 1B | 38 | 3A | 35 | 3 | 0 | 4D | B8 | 24 | 11 |
| Octal | 33 | 70 | 72 | 65 | 3 | 0 | 115 | 270 | 44 | 21 |
| Binary | 11011 | 111000 | 111010 | 110101 | 11 | 0 | 1001101 | 10111000 | 100100 | 10001 |
Color Harmonies of #1B383A
Complementary color
Monochromatic Colors of #1B383A
Black with #1B383A
Text Example
Text Example
White with #1B383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B383A; }
p { color: rgb(27,56,58); }
H1.HeaderClassName
{
color: #1B383A;
}
.AnyTagClassName
{
color: #1B383A;
}
</style>
background-color css
<style>
a { background-color: #1B383A; }
a { background-color: rgb(27,56,58); }
div.DivClassName
{
background-color: #1B383A;
}
.BgClassName
{
background-color: #1B383A;
}
</style>
border-color css
<style>
span { border-color: #1B383A; }
span { border-color: rgb(27,56,58); }
td.TdClassName
{
border-color: #1B383A;
}
.TagClassName
{
border-color: #1B383A;
}
</style>