Shades of Black Pearl #001D2A
Tints of Black Pearl #001D2A
RGB
CMYK
RGB Variations
Color information
#001D2A (or 0x001D2A) is known color: Black Pearl. HEX triplet: 00, 1D and 2A. RGB value is (0,29,42). Sum of RGB (Red+Green+Blue) = 0+29+42=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 29 (11.72% from 255 or 40.85% from 71); Blue value is 42 (16.80% from 255 or 59.15% from 71); Max value from RGB is 42 - color contains mainly: blue. Hex color #001D2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D2A is #FFE2D5. Grayscale: #151515. Windows color (decimal): -16769750 or 2759936. OLE color: 2759936.
HSL color Cylindrical-coordinate representation of color #001D2A: hue angle of 198.57º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D2A is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 29 | 42 | - |
| CMYK | 1 | 0.31 | 0 | 0.84 |
| HSL | 198.57º | 1% | 0.08% | - |
| HSV(B) | 198.57º | 1% | 0.16% | - |
| XYZ | 0.86 | 1.05 | 2.35 | - |
| YUV | 21.81 | 139.39 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 42 | 1 | 0.31 | 0 | 0.84 | 198.57 | 1 | 0.08 |
| Hex | 0 | 1D | 2A | 64 | 1F | 0 | 54 | C7 | 64 | 8 |
| Octal | 0 | 35 | 52 | 144 | 37 | 0 | 124 | 307 | 144 | 10 |
| Binary | 0 | 11101 | 101010 | 1100100 | 11111 | 0 | 1010100 | 11000111 | 1100100 | 1000 |
Color Harmonies of #001D2A
Complementary color
Monochromatic Colors of #001D2A
Black with #001D2A
Text Example
Text Example
White with #001D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D2A; }
p { color: rgb(0,29,42); }
H1.HeaderClassName
{
color: #001D2A;
}
.AnyTagClassName
{
color: #001D2A;
}
</style>
background-color css
<style>
a { background-color: #001D2A; }
a { background-color: rgb(0,29,42); }
div.DivClassName
{
background-color: #001D2A;
}
.BgClassName
{
background-color: #001D2A;
}
</style>
border-color css
<style>
span { border-color: #001D2A; }
span { border-color: rgb(0,29,42); }
td.TdClassName
{
border-color: #001D2A;
}
.TagClassName
{
border-color: #001D2A;
}
</style>