Shades of Tangaroa #1B2F37
Tints of Tangaroa #1B2F37
RGB
CMYK
RGB Variations
Color information
#1B2F37 (or 0x1B2F37) is known color: Tangaroa. HEX triplet: 1B, 2F and 37. RGB value is (27,47,55). Sum of RGB (Red+Green+Blue) = 27+47+55=129 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.93% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #1B2F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2F37 is #E4D0C8. Grayscale: #292929. Windows color (decimal): -14995657 or 3616539. OLE color: 3616539.
HSL color Cylindrical-coordinate representation of color #1B2F37: hue angle of 197.14º 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 #1B2F37 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 47 | 55 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.78 |
| HSL | 197.14º | 0.34% | 0.16% | - |
| HSV(B) | 197.14º | 0.51% | 0.22% | - |
| XYZ | 2.16 | 2.54 | 3.99 | - |
| YUV | 41.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 55 | 0.51 | 0.15 | 0 | 0.78 | 197.14 | 0.34 | 0.16 |
| Hex | 1B | 2F | 37 | 33 | F | 0 | 4E | C5 | 22 | 10 |
| Octal | 33 | 57 | 67 | 63 | 17 | 0 | 116 | 305 | 42 | 20 |
| Binary | 11011 | 101111 | 110111 | 110011 | 1111 | 0 | 1001110 | 11000101 | 100010 | 10000 |
Color Harmonies of #1B2F37
Complementary color
Monochromatic Colors of #1B2F37
Black with #1B2F37
Text Example
Text Example
White with #1B2F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2F37; }
p { color: rgb(27,47,55); }
H1.HeaderClassName
{
color: #1B2F37;
}
.AnyTagClassName
{
color: #1B2F37;
}
</style>
background-color css
<style>
a { background-color: #1B2F37; }
a { background-color: rgb(27,47,55); }
div.DivClassName
{
background-color: #1B2F37;
}
.BgClassName
{
background-color: #1B2F37;
}
</style>
border-color css
<style>
span { border-color: #1B2F37; }
span { border-color: rgb(27,47,55); }
td.TdClassName
{
border-color: #1B2F37;
}
.TagClassName
{
border-color: #1B2F37;
}
</style>