Shades of Black Pearl #001D2E
Tints of Black Pearl #001D2E
RGB
CMYK
RGB Variations
Color information
#001D2E (or 0x001D2E) is known color: Black Pearl. HEX triplet: 00, 1D and 2E. RGB value is (0,29,46). Sum of RGB (Red+Green+Blue) = 0+29+46=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 29 (11.72% from 255 or 38.67% from 75); Blue value is 46 (18.36% from 255 or 61.33% from 75); Max value from RGB is 46 - color contains mainly: blue. Hex color #001D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D2E is #FFE2D1. Grayscale: #161616. Windows color (decimal): -16769746 or 3022080. OLE color: 3022080.
HSL color Cylindrical-coordinate representation of color #001D2E: hue angle of 202.17º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D2E is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 29 | 46 | - |
| CMYK | 1 | 0.37 | 0 | 0.82 |
| HSL | 202.17º | 1% | 0.09% | - |
| HSV(B) | 202.17º | 1% | 0.18% | - |
| XYZ | 0.93 | 1.08 | 2.74 | - |
| YUV | 22.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 46 | 1 | 0.37 | 0 | 0.82 | 202.17 | 1 | 0.09 |
| Hex | 0 | 1D | 2E | 64 | 25 | 0 | 52 | CA | 64 | 9 |
| Octal | 0 | 35 | 56 | 144 | 45 | 0 | 122 | 312 | 144 | 11 |
| Binary | 0 | 11101 | 101110 | 1100100 | 100101 | 0 | 1010010 | 11001010 | 1100100 | 1001 |
Color Harmonies of #001D2E
Complementary color
Monochromatic Colors of #001D2E
Black with #001D2E
Text Example
Text Example
White with #001D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D2E; }
p { color: rgb(0,29,46); }
H1.HeaderClassName
{
color: #001D2E;
}
.AnyTagClassName
{
color: #001D2E;
}
</style>
background-color css
<style>
a { background-color: #001D2E; }
a { background-color: rgb(0,29,46); }
div.DivClassName
{
background-color: #001D2E;
}
.BgClassName
{
background-color: #001D2E;
}
</style>
border-color css
<style>
span { border-color: #001D2E; }
span { border-color: rgb(0,29,46); }
td.TdClassName
{
border-color: #001D2E;
}
.TagClassName
{
border-color: #001D2E;
}
</style>