Shades of Black Pearl #001D23
Tints of Black Pearl #001D23
RGB
CMYK
RGB Variations
Color information
#001D23 (or 0x001D23) is known color: Black Pearl. HEX triplet: 00, 1D and 23. RGB value is (0,29,35). Sum of RGB (Red+Green+Blue) = 0+29+35=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 35 (14.06% from 255 or 54.69% from 64); Max value from RGB is 35 - color contains mainly: blue. Hex color #001D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D23 is #FFE2DC. Grayscale: #141414. Windows color (decimal): -16769757 or 2301184. OLE color: 2301184.
HSL color Cylindrical-coordinate representation of color #001D23: hue angle of 190.29º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D23 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 29 | 35 | - |
| CMYK | 1 | 0.17 | 0 | 0.86 |
| HSL | 190.29º | 1% | 0.07% | - |
| HSV(B) | 190.29º | 1% | 0.14% | - |
| XYZ | 0.74 | 1 | 1.74 | - |
| YUV | 21.01 | 135.89 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 35 | 1 | 0.17 | 0 | 0.86 | 190.29 | 1 | 0.07 |
| Hex | 0 | 1D | 23 | 64 | 11 | 0 | 56 | BE | 64 | 7 |
| Octal | 0 | 35 | 43 | 144 | 21 | 0 | 126 | 276 | 144 | 7 |
| Binary | 0 | 11101 | 100011 | 1100100 | 10001 | 0 | 1010110 | 10111110 | 1100100 | 111 |
Color Harmonies of #001D23
Complementary color
Monochromatic Colors of #001D23
Black with #001D23
Text Example
Text Example
White with #001D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D23; }
p { color: rgb(0,29,35); }
H1.HeaderClassName
{
color: #001D23;
}
.AnyTagClassName
{
color: #001D23;
}
</style>
background-color css
<style>
a { background-color: #001D23; }
a { background-color: rgb(0,29,35); }
div.DivClassName
{
background-color: #001D23;
}
.BgClassName
{
background-color: #001D23;
}
</style>
border-color css
<style>
span { border-color: #001D23; }
span { border-color: rgb(0,29,35); }
td.TdClassName
{
border-color: #001D23;
}
.TagClassName
{
border-color: #001D23;
}
</style>