Shades of Black Pearl #000D24
Tints of Black Pearl #000D24
RGB
CMYK
RGB Variations
Color information
#000D24 (or 0x000D24) is known color: Black Pearl. HEX triplet: 00, 0D and 24. RGB value is (0,13,36). Sum of RGB (Red+Green+Blue) = 0+13+36=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 36 (14.45% from 255 or 73.47% from 49); Max value from RGB is 36 - color contains mainly: blue. Hex color #000D24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D24 is #FFF2DB. Grayscale: #0B0B0B. Windows color (decimal): -16773852 or 2362624. OLE color: 2362624.
HSL color Cylindrical-coordinate representation of color #000D24: hue angle of 218.33º 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 #000D24 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 13 | 36 | - |
| CMYK | 1 | 0.64 | 0 | 0.86 |
| HSL | 218.33º | 1% | 0.07% | - |
| HSV(B) | 218.33º | 1% | 0.14% | - |
| XYZ | 0.46 | 0.42 | 1.72 | - |
| YUV | 11.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 36 | 1 | 0.64 | 0 | 0.86 | 218.33 | 1 | 0.07 |
| Hex | 0 | D | 24 | 64 | 40 | 0 | 56 | DA | 64 | 7 |
| Octal | 0 | 15 | 44 | 144 | 100 | 0 | 126 | 332 | 144 | 7 |
| Binary | 0 | 1101 | 100100 | 1100100 | 1000000 | 0 | 1010110 | 11011010 | 1100100 | 111 |
Color Harmonies of #000D24
Complementary color
Monochromatic Colors of #000D24
Black with #000D24
Text Example
Text Example
White with #000D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D24; }
p { color: rgb(0,13,36); }
H1.HeaderClassName
{
color: #000D24;
}
.AnyTagClassName
{
color: #000D24;
}
</style>
background-color css
<style>
a { background-color: #000D24; }
a { background-color: rgb(0,13,36); }
div.DivClassName
{
background-color: #000D24;
}
.BgClassName
{
background-color: #000D24;
}
</style>
border-color css
<style>
span { border-color: #000D24; }
span { border-color: rgb(0,13,36); }
td.TdClassName
{
border-color: #000D24;
}
.TagClassName
{
border-color: #000D24;
}
</style>