Shades of Tarawera #1D3948
Tints of Tarawera #1D3948
RGB
CMYK
RGB Variations
Color information
#1D3948 (or 0x1D3948) is known color: Tarawera. HEX triplet: 1D, 39 and 48. RGB value is (29,57,72). Sum of RGB (Red+Green+Blue) = 29+57+72=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D3948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3948 is #E2C6B7. Grayscale: #323232. Windows color (decimal): -14862008 or 4733213. OLE color: 4733213.
HSL color Cylindrical-coordinate representation of color #1D3948: hue angle of 200.93º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D3948 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 57 | 72 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.72 |
| HSL | 200.93º | 0.43% | 0.2% | - |
| HSV(B) | 200.93º | 0.6% | 0.28% | - |
| XYZ | 3.14 | 3.66 | 6.67 | - |
| YUV | 50.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 57 | 72 | 0.60 | 0.21 | 0 | 0.72 | 200.93 | 0.43 | 0.2 |
| Hex | 1D | 39 | 48 | 3C | 15 | 0 | 48 | C9 | 2B | 14 |
| Octal | 35 | 71 | 110 | 74 | 25 | 0 | 110 | 311 | 53 | 24 |
| Binary | 11101 | 111001 | 1001000 | 111100 | 10101 | 0 | 1001000 | 11001001 | 101011 | 10100 |
Color Harmonies of #1D3948
Complementary color
Monochromatic Colors of #1D3948
Black with #1D3948
Text Example
Text Example
White with #1D3948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3948; }
p { color: rgb(29,57,72); }
H1.HeaderClassName
{
color: #1D3948;
}
.AnyTagClassName
{
color: #1D3948;
}
</style>
background-color css
<style>
a { background-color: #1D3948; }
a { background-color: rgb(29,57,72); }
div.DivClassName
{
background-color: #1D3948;
}
.BgClassName
{
background-color: #1D3948;
}
</style>
border-color css
<style>
span { border-color: #1D3948; }
span { border-color: rgb(29,57,72); }
td.TdClassName
{
border-color: #1D3948;
}
.TagClassName
{
border-color: #1D3948;
}
</style>