Shades of Tangaroa #1B2B37
Tints of Tangaroa #1B2B37
RGB
CMYK
RGB Variations
Color information
#1B2B37 (or 0x1B2B37) is known color: Tangaroa. HEX triplet: 1B, 2B and 37. RGB value is (27,43,55). Sum of RGB (Red+Green+Blue) = 27+43+55=125 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.6% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #1B2B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2B37 is #E4D4C8. Grayscale: #272727. Windows color (decimal): -14996681 or 3615515. OLE color: 3615515.
HSL color Cylindrical-coordinate representation of color #1B2B37: hue angle of 205.71º 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 #1B2B37 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 43 | 55 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.78 |
| HSL | 205.71º | 0.34% | 0.16% | - |
| HSV(B) | 205.71º | 0.51% | 0.22% | - |
| XYZ | 2.01 | 2.24 | 3.94 | - |
| YUV | 39.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 43 | 55 | 0.51 | 0.22 | 0 | 0.78 | 205.71 | 0.34 | 0.16 |
| Hex | 1B | 2B | 37 | 33 | 16 | 0 | 4E | CE | 22 | 10 |
| Octal | 33 | 53 | 67 | 63 | 26 | 0 | 116 | 316 | 42 | 20 |
| Binary | 11011 | 101011 | 110111 | 110011 | 10110 | 0 | 1001110 | 11001110 | 100010 | 10000 |
Color Harmonies of #1B2B37
Complementary color
Monochromatic Colors of #1B2B37
Black with #1B2B37
Text Example
Text Example
White with #1B2B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2B37; }
p { color: rgb(27,43,55); }
H1.HeaderClassName
{
color: #1B2B37;
}
.AnyTagClassName
{
color: #1B2B37;
}
</style>
background-color css
<style>
a { background-color: #1B2B37; }
a { background-color: rgb(27,43,55); }
div.DivClassName
{
background-color: #1B2B37;
}
.BgClassName
{
background-color: #1B2B37;
}
</style>
border-color css
<style>
span { border-color: #1B2B37; }
span { border-color: rgb(27,43,55); }
td.TdClassName
{
border-color: #1B2B37;
}
.TagClassName
{
border-color: #1B2B37;
}
</style>