Shades of Tangaroa #1D303E
Tints of Tangaroa #1D303E
RGB
CMYK
RGB Variations
Color information
#1D303E (or 0x1D303E) is known color: Tangaroa. HEX triplet: 1D, 30 and 3E. RGB value is (29,48,62). Sum of RGB (Red+Green+Blue) = 29+48+62=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 62 - color contains mainly: blue. Hex color #1D303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D303E is #E2CFC1. Grayscale: #2B2B2B. Windows color (decimal): -14864322 or 4075549. OLE color: 4075549.
HSL color Cylindrical-coordinate representation of color #1D303E: hue angle of 205.45º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1D303E is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 48 | 62 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.76 |
| HSL | 205.45º | 0.36% | 0.18% | - |
| HSV(B) | 205.45º | 0.53% | 0.24% | - |
| XYZ | 2.43 | 2.72 | 4.95 | - |
| YUV | 43.92 | 138.21 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 62 | 0.53 | 0.23 | 0 | 0.76 | 205.45 | 0.36 | 0.18 |
| Hex | 1D | 30 | 3E | 35 | 17 | 0 | 4C | CD | 24 | 12 |
| Octal | 35 | 60 | 76 | 65 | 27 | 0 | 114 | 315 | 44 | 22 |
| Binary | 11101 | 110000 | 111110 | 110101 | 10111 | 0 | 1001100 | 11001101 | 100100 | 10010 |
Color Harmonies of #1D303E
Complementary color
Monochromatic Colors of #1D303E
Black with #1D303E
Text Example
Text Example
White with #1D303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D303E; }
p { color: rgb(29,48,62); }
H1.HeaderClassName
{
color: #1D303E;
}
.AnyTagClassName
{
color: #1D303E;
}
</style>
background-color css
<style>
a { background-color: #1D303E; }
a { background-color: rgb(29,48,62); }
div.DivClassName
{
background-color: #1D303E;
}
.BgClassName
{
background-color: #1D303E;
}
</style>
border-color css
<style>
span { border-color: #1D303E; }
span { border-color: rgb(29,48,62); }
td.TdClassName
{
border-color: #1D303E;
}
.TagClassName
{
border-color: #1D303E;
}
</style>