Shades of Nordic #1B3235
Tints of Nordic #1B3235
RGB
CMYK
RGB Variations
Color information
#1B3235 (or 0x1B3235) is known color: Nordic. HEX triplet: 1B, 32 and 35. RGB value is (27,50,53). Sum of RGB (Red+Green+Blue) = 27+50+53=130 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.77% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 53 - color contains mainly: blue. Hex color #1B3235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3235 is #E4CDCA. Grayscale: #2B2B2B. Windows color (decimal): -14994891 or 3486235. OLE color: 3486235.
HSL color Cylindrical-coordinate representation of color #1B3235: hue angle of 186.92º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1B3235 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 50 | 53 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.79 |
| HSL | 186.92º | 0.33% | 0.16% | - |
| HSV(B) | 186.92º | 0.49% | 0.21% | - |
| XYZ | 2.24 | 2.77 | 3.79 | - |
| YUV | 43.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 53 | 0.49 | 0.06 | 0 | 0.79 | 186.92 | 0.33 | 0.16 |
| Hex | 1B | 32 | 35 | 31 | 6 | 0 | 4F | BB | 20 | 10 |
| Octal | 33 | 62 | 65 | 61 | 6 | 0 | 117 | 273 | 40 | 20 |
| Binary | 11011 | 110010 | 110101 | 110001 | 110 | 0 | 1001111 | 10111011 | 100000 | 10000 |
Color Harmonies of #1B3235
Complementary color
Monochromatic Colors of #1B3235
Black with #1B3235
Text Example
Text Example
White with #1B3235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3235; }
p { color: rgb(27,50,53); }
H1.HeaderClassName
{
color: #1B3235;
}
.AnyTagClassName
{
color: #1B3235;
}
</style>
background-color css
<style>
a { background-color: #1B3235; }
a { background-color: rgb(27,50,53); }
div.DivClassName
{
background-color: #1B3235;
}
.BgClassName
{
background-color: #1B3235;
}
</style>
border-color css
<style>
span { border-color: #1B3235; }
span { border-color: rgb(27,50,53); }
td.TdClassName
{
border-color: #1B3235;
}
.TagClassName
{
border-color: #1B3235;
}
</style>