Shades of Nordic #1B3335
Tints of Nordic #1B3335
RGB
CMYK
RGB Variations
Color information
#1B3335 (or 0x1B3335) is known color: Nordic. HEX triplet: 1B, 33 and 35. RGB value is (27,51,53). Sum of RGB (Red+Green+Blue) = 27+51+53=131 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.61% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 53 - color contains mainly: blue. Hex color #1B3335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3335 is #E4CCCA. Grayscale: #2C2C2C. Windows color (decimal): -14994635 or 3486491. OLE color: 3486491.
HSL color Cylindrical-coordinate representation of color #1B3335: hue angle of 184.62º 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 #1B3335 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 51 | 53 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.79 |
| HSL | 184.62º | 0.33% | 0.16% | - |
| HSV(B) | 184.62º | 0.49% | 0.21% | - |
| XYZ | 2.28 | 2.86 | 3.8 | - |
| YUV | 44.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 51 | 53 | 0.49 | 0.04 | 0 | 0.79 | 184.62 | 0.33 | 0.16 |
| Hex | 1B | 33 | 35 | 31 | 4 | 0 | 4F | B9 | 20 | 10 |
| Octal | 33 | 63 | 65 | 61 | 4 | 0 | 117 | 271 | 40 | 20 |
| Binary | 11011 | 110011 | 110101 | 110001 | 100 | 0 | 1001111 | 10111001 | 100000 | 10000 |
Color Harmonies of #1B3335
Complementary color
Monochromatic Colors of #1B3335
Black with #1B3335
Text Example
Text Example
White with #1B3335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3335; }
p { color: rgb(27,51,53); }
H1.HeaderClassName
{
color: #1B3335;
}
.AnyTagClassName
{
color: #1B3335;
}
</style>
background-color css
<style>
a { background-color: #1B3335; }
a { background-color: rgb(27,51,53); }
div.DivClassName
{
background-color: #1B3335;
}
.BgClassName
{
background-color: #1B3335;
}
</style>
border-color css
<style>
span { border-color: #1B3335; }
span { border-color: rgb(27,51,53); }
td.TdClassName
{
border-color: #1B3335;
}
.TagClassName
{
border-color: #1B3335;
}
</style>