Shades of Tangaroa #1F303D
Tints of Tangaroa #1F303D
RGB
CMYK
RGB Variations
Color information
#1F303D (or 0x1F303D) is known color: Tangaroa. HEX triplet: 1F, 30 and 3D. RGB value is (31,48,61). Sum of RGB (Red+Green+Blue) = 31+48+61=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F303D is #E0CFC2. Grayscale: #2C2C2C. Windows color (decimal): -14733251 or 4010015. OLE color: 4010015.
HSL color Cylindrical-coordinate representation of color #1F303D: hue angle of 206º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F303D is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 48 | 61 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.76 |
| HSL | 206º | 0.33% | 0.18% | - |
| HSV(B) | 206º | 0.49% | 0.24% | - |
| XYZ | 2.46 | 2.74 | 4.81 | - |
| YUV | 44.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 48 | 61 | 0.49 | 0.21 | 0 | 0.76 | 206 | 0.33 | 0.18 |
| Hex | 1F | 30 | 3D | 31 | 15 | 0 | 4C | CE | 21 | 12 |
| Octal | 37 | 60 | 75 | 61 | 25 | 0 | 114 | 316 | 41 | 22 |
| Binary | 11111 | 110000 | 111101 | 110001 | 10101 | 0 | 1001100 | 11001110 | 100001 | 10010 |
Color Harmonies of #1F303D
Complementary color
Monochromatic Colors of #1F303D
Black with #1F303D
Text Example
Text Example
White with #1F303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F303D; }
p { color: rgb(31,48,61); }
H1.HeaderClassName
{
color: #1F303D;
}
.AnyTagClassName
{
color: #1F303D;
}
</style>
background-color css
<style>
a { background-color: #1F303D; }
a { background-color: rgb(31,48,61); }
div.DivClassName
{
background-color: #1F303D;
}
.BgClassName
{
background-color: #1F303D;
}
</style>
border-color css
<style>
span { border-color: #1F303D; }
span { border-color: rgb(31,48,61); }
td.TdClassName
{
border-color: #1F303D;
}
.TagClassName
{
border-color: #1F303D;
}
</style>