Shades of Black Pearl #001D31
Tints of Black Pearl #001D31
RGB
CMYK
RGB Variations
Color information
#001D31 (or 0x001D31) is known color: Black Pearl. HEX triplet: 00, 1D and 31. RGB value is (0,29,49). Sum of RGB (Red+Green+Blue) = 0+29+49=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 49 (19.53% from 255 or 62.82% from 78); Max value from RGB is 49 - color contains mainly: blue. Hex color #001D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D31 is #FFE2CE. Grayscale: #161616. Windows color (decimal): -16769743 or 3218688. OLE color: 3218688.
HSL color Cylindrical-coordinate representation of color #001D31: hue angle of 204.49º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D31 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 29 | 49 | - |
| CMYK | 1 | 0.41 | 0 | 0.81 |
| HSL | 204.49º | 1% | 0.1% | - |
| HSV(B) | 204.49º | 1% | 0.19% | - |
| XYZ | 0.99 | 1.1 | 3.07 | - |
| YUV | 22.61 | 142.89 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 49 | 1 | 0.41 | 0 | 0.81 | 204.49 | 1 | 0.1 |
| Hex | 0 | 1D | 31 | 64 | 29 | 0 | 51 | CC | 64 | A |
| Octal | 0 | 35 | 61 | 144 | 51 | 0 | 121 | 314 | 144 | 12 |
| Binary | 0 | 11101 | 110001 | 1100100 | 101001 | 0 | 1010001 | 11001100 | 1100100 | 1010 |
Color Harmonies of #001D31
Complementary color
Monochromatic Colors of #001D31
Black with #001D31
Text Example
Text Example
White with #001D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D31; }
p { color: rgb(0,29,49); }
H1.HeaderClassName
{
color: #001D31;
}
.AnyTagClassName
{
color: #001D31;
}
</style>
background-color css
<style>
a { background-color: #001D31; }
a { background-color: rgb(0,29,49); }
div.DivClassName
{
background-color: #001D31;
}
.BgClassName
{
background-color: #001D31;
}
</style>
border-color css
<style>
span { border-color: #001D31; }
span { border-color: rgb(0,29,49); }
td.TdClassName
{
border-color: #001D31;
}
.TagClassName
{
border-color: #001D31;
}
</style>