Shades of Nordic #1B3C3D
Tints of Nordic #1B3C3D
RGB
CMYK
RGB Variations
Color information
#1B3C3D (or 0x1B3C3D) is known color: Nordic. HEX triplet: 1B, 3C and 3D. RGB value is (27,60,61). Sum of RGB (Red+Green+Blue) = 27+60+61=148 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.24% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 61 - color contains mainly: blue. Hex color #1B3C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3C3D is #E4C3C2. Grayscale: #323232. Windows color (decimal): -14992323 or 4013083. OLE color: 4013083.
HSL color Cylindrical-coordinate representation of color #1B3C3D: hue angle of 181.76º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B3C3D is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 60 | 61 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.76 |
| HSL | 181.76º | 0.39% | 0.17% | - |
| HSV(B) | 181.76º | 0.56% | 0.24% | - |
| XYZ | 2.91 | 3.8 | 5 | - |
| YUV | 50.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 60 | 61 | 0.56 | 0.02 | 0 | 0.76 | 181.76 | 0.39 | 0.17 |
| Hex | 1B | 3C | 3D | 38 | 2 | 0 | 4C | B6 | 27 | 11 |
| Octal | 33 | 74 | 75 | 70 | 2 | 0 | 114 | 266 | 47 | 21 |
| Binary | 11011 | 111100 | 111101 | 111000 | 10 | 0 | 1001100 | 10110110 | 100111 | 10001 |
Color Harmonies of #1B3C3D
Complementary color
Monochromatic Colors of #1B3C3D
Black with #1B3C3D
Text Example
Text Example
White with #1B3C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3C3D; }
p { color: rgb(27,60,61); }
H1.HeaderClassName
{
color: #1B3C3D;
}
.AnyTagClassName
{
color: #1B3C3D;
}
</style>
background-color css
<style>
a { background-color: #1B3C3D; }
a { background-color: rgb(27,60,61); }
div.DivClassName
{
background-color: #1B3C3D;
}
.BgClassName
{
background-color: #1B3C3D;
}
</style>
border-color css
<style>
span { border-color: #1B3C3D; }
span { border-color: rgb(27,60,61); }
td.TdClassName
{
border-color: #1B3C3D;
}
.TagClassName
{
border-color: #1B3C3D;
}
</style>