Shades of Tangaroa #1B2C38
Tints of Tangaroa #1B2C38
RGB
CMYK
RGB Variations
Color information
#1B2C38 (or 0x1B2C38) is known color: Tangaroa. HEX triplet: 1B, 2C and 38. RGB value is (27,44,56). Sum of RGB (Red+Green+Blue) = 27+44+56=127 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.26% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #1B2C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2C38 is #E4D3C7. Grayscale: #282828. Windows color (decimal): -14996424 or 3681307. OLE color: 3681307.
HSL color Cylindrical-coordinate representation of color #1B2C38: hue angle of 204.83º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1B2C38 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 44 | 56 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.78 |
| HSL | 204.83º | 0.35% | 0.16% | - |
| HSV(B) | 204.83º | 0.52% | 0.22% | - |
| XYZ | 2.07 | 2.32 | 4.08 | - |
| YUV | 40.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 44 | 56 | 0.52 | 0.21 | 0 | 0.78 | 204.83 | 0.35 | 0.16 |
| Hex | 1B | 2C | 38 | 34 | 15 | 0 | 4E | CD | 23 | 10 |
| Octal | 33 | 54 | 70 | 64 | 25 | 0 | 116 | 315 | 43 | 20 |
| Binary | 11011 | 101100 | 111000 | 110100 | 10101 | 0 | 1001110 | 11001101 | 100011 | 10000 |
Color Harmonies of #1B2C38
Complementary color
Monochromatic Colors of #1B2C38
Black with #1B2C38
Text Example
Text Example
White with #1B2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2C38; }
p { color: rgb(27,44,56); }
H1.HeaderClassName
{
color: #1B2C38;
}
.AnyTagClassName
{
color: #1B2C38;
}
</style>
background-color css
<style>
a { background-color: #1B2C38; }
a { background-color: rgb(27,44,56); }
div.DivClassName
{
background-color: #1B2C38;
}
.BgClassName
{
background-color: #1B2C38;
}
</style>
border-color css
<style>
span { border-color: #1B2C38; }
span { border-color: rgb(27,44,56); }
td.TdClassName
{
border-color: #1B2C38;
}
.TagClassName
{
border-color: #1B2C38;
}
</style>