Shades of Nordic #1B3536
Tints of Nordic #1B3536
RGB
CMYK
RGB Variations
Color information
#1B3536 (or 0x1B3536) is known color: Nordic. HEX triplet: 1B, 35 and 36. RGB value is (27,53,54). Sum of RGB (Red+Green+Blue) = 27+53+54=134 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.15% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 54 - color contains mainly: blue. Hex color #1B3536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3536 is #E4CAC9. Grayscale: #2D2D2D. Windows color (decimal): -14994122 or 3552539. OLE color: 3552539.
HSL color Cylindrical-coordinate representation of color #1B3536: hue angle of 182.22º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B3536 is Cyan = 0.5, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 53 | 54 | - |
| CMYK | 0.5 | 0.02 | 0 | 0.79 |
| HSL | 182.22º | 0.33% | 0.16% | - |
| HSV(B) | 182.22º | 0.5% | 0.21% | - |
| XYZ | 2.39 | 3.05 | 3.95 | - |
| YUV | 45.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 53 | 54 | 0.5 | 0.02 | 0 | 0.79 | 182.22 | 0.33 | 0.16 |
| Hex | 1B | 35 | 36 | 32 | 2 | 0 | 4F | B6 | 21 | 10 |
| Octal | 33 | 65 | 66 | 62 | 2 | 0 | 117 | 266 | 41 | 20 |
| Binary | 11011 | 110101 | 110110 | 110010 | 10 | 0 | 1001111 | 10110110 | 100001 | 10000 |
Color Harmonies of #1B3536
Complementary color
Monochromatic Colors of #1B3536
Black with #1B3536
Text Example
Text Example
White with #1B3536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3536; }
p { color: rgb(27,53,54); }
H1.HeaderClassName
{
color: #1B3536;
}
.AnyTagClassName
{
color: #1B3536;
}
</style>
background-color css
<style>
a { background-color: #1B3536; }
a { background-color: rgb(27,53,54); }
div.DivClassName
{
background-color: #1B3536;
}
.BgClassName
{
background-color: #1B3536;
}
</style>
border-color css
<style>
span { border-color: #1B3536; }
span { border-color: rgb(27,53,54); }
td.TdClassName
{
border-color: #1B3536;
}
.TagClassName
{
border-color: #1B3536;
}
</style>