Shades of Tarawera #1D394B
Tints of Tarawera #1D394B
RGB
CMYK
RGB Variations
Color information
#1D394B (or 0x1D394B) is known color: Tarawera. HEX triplet: 1D, 39 and 4B. RGB value is (29,57,75). Sum of RGB (Red+Green+Blue) = 29+57+75=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D394B is #E2C6B4. Grayscale: #323232. Windows color (decimal): -14862005 or 4929821. OLE color: 4929821.
HSL color Cylindrical-coordinate representation of color #1D394B: hue angle of 203.48º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D394B is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 57 | 75 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.71 |
| HSL | 203.48º | 0.44% | 0.2% | - |
| HSV(B) | 203.48º | 0.61% | 0.29% | - |
| XYZ | 3.24 | 3.7 | 7.2 | - |
| YUV | 50.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 57 | 75 | 0.61 | 0.24 | 0 | 0.71 | 203.48 | 0.44 | 0.2 |
| Hex | 1D | 39 | 4B | 3D | 18 | 0 | 47 | CB | 2C | 14 |
| Octal | 35 | 71 | 113 | 75 | 30 | 0 | 107 | 313 | 54 | 24 |
| Binary | 11101 | 111001 | 1001011 | 111101 | 11000 | 0 | 1000111 | 11001011 | 101100 | 10100 |
Color Harmonies of #1D394B
Complementary color
Monochromatic Colors of #1D394B
Black with #1D394B
Text Example
Text Example
White with #1D394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D394B; }
p { color: rgb(29,57,75); }
H1.HeaderClassName
{
color: #1D394B;
}
.AnyTagClassName
{
color: #1D394B;
}
</style>
background-color css
<style>
a { background-color: #1D394B; }
a { background-color: rgb(29,57,75); }
div.DivClassName
{
background-color: #1D394B;
}
.BgClassName
{
background-color: #1D394B;
}
</style>
border-color css
<style>
span { border-color: #1D394B; }
span { border-color: rgb(29,57,75); }
td.TdClassName
{
border-color: #1D394B;
}
.TagClassName
{
border-color: #1D394B;
}
</style>