Shades of Nordic #1B3537
Tints of Nordic #1B3537
RGB
CMYK
RGB Variations
Color information
#1B3537 (or 0x1B3537) is known color: Nordic. HEX triplet: 1B, 35 and 37. RGB value is (27,53,55). Sum of RGB (Red+Green+Blue) = 27+53+55=135 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 55 - color contains mainly: blue. Hex color #1B3537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3537 is #E4CAC8. Grayscale: #2D2D2D. Windows color (decimal): -14994121 or 3618075. OLE color: 3618075.
HSL color Cylindrical-coordinate representation of color #1B3537: hue angle of 184.29º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1B3537 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 53 | 55 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.78 |
| HSL | 184.29º | 0.34% | 0.16% | - |
| HSV(B) | 184.29º | 0.51% | 0.22% | - |
| XYZ | 2.41 | 3.06 | 4.08 | - |
| YUV | 45.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 53 | 55 | 0.51 | 0.04 | 0 | 0.78 | 184.29 | 0.34 | 0.16 |
| Hex | 1B | 35 | 37 | 33 | 4 | 0 | 4E | B8 | 22 | 10 |
| Octal | 33 | 65 | 67 | 63 | 4 | 0 | 116 | 270 | 42 | 20 |
| Binary | 11011 | 110101 | 110111 | 110011 | 100 | 0 | 1001110 | 10111000 | 100010 | 10000 |
Color Harmonies of #1B3537
Complementary color
Monochromatic Colors of #1B3537
Black with #1B3537
Text Example
Text Example
White with #1B3537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3537; }
p { color: rgb(27,53,55); }
H1.HeaderClassName
{
color: #1B3537;
}
.AnyTagClassName
{
color: #1B3537;
}
</style>
background-color css
<style>
a { background-color: #1B3537; }
a { background-color: rgb(27,53,55); }
div.DivClassName
{
background-color: #1B3537;
}
.BgClassName
{
background-color: #1B3537;
}
</style>
border-color css
<style>
span { border-color: #1B3537; }
span { border-color: rgb(27,53,55); }
td.TdClassName
{
border-color: #1B3537;
}
.TagClassName
{
border-color: #1B3537;
}
</style>