Shades of Tangaroa #1B2F38
Tints of Tangaroa #1B2F38
RGB
CMYK
RGB Variations
Color information
#1B2F38 (or 0x1B2F38) is known color: Tangaroa. HEX triplet: 1B, 2F and 38. RGB value is (27,47,56). Sum of RGB (Red+Green+Blue) = 27+47+56=130 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.77% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 56 - color contains mainly: blue. Hex color #1B2F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2F38 is #E4D0C7. Grayscale: #292929. Windows color (decimal): -14995656 or 3682075. OLE color: 3682075.
HSL color Cylindrical-coordinate representation of color #1B2F38: hue angle of 198.62º 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 #1B2F38 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 47 | 56 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.78 |
| HSL | 198.62º | 0.35% | 0.16% | - |
| HSV(B) | 198.62º | 0.52% | 0.22% | - |
| XYZ | 2.18 | 2.55 | 4.12 | - |
| YUV | 42.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 56 | 0.52 | 0.16 | 0 | 0.78 | 198.62 | 0.35 | 0.16 |
| Hex | 1B | 2F | 38 | 34 | 10 | 0 | 4E | C7 | 23 | 10 |
| Octal | 33 | 57 | 70 | 64 | 20 | 0 | 116 | 307 | 43 | 20 |
| Binary | 11011 | 101111 | 111000 | 110100 | 10000 | 0 | 1001110 | 11000111 | 100011 | 10000 |
Color Harmonies of #1B2F38
Complementary color
Monochromatic Colors of #1B2F38
Black with #1B2F38
Text Example
Text Example
White with #1B2F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2F38; }
p { color: rgb(27,47,56); }
H1.HeaderClassName
{
color: #1B2F38;
}
.AnyTagClassName
{
color: #1B2F38;
}
</style>
background-color css
<style>
a { background-color: #1B2F38; }
a { background-color: rgb(27,47,56); }
div.DivClassName
{
background-color: #1B2F38;
}
.BgClassName
{
background-color: #1B2F38;
}
</style>
border-color css
<style>
span { border-color: #1B2F38; }
span { border-color: rgb(27,47,56); }
td.TdClassName
{
border-color: #1B2F38;
}
.TagClassName
{
border-color: #1B2F38;
}
</style>