Shades of Black Pearl #001024
Tints of Black Pearl #001024
RGB
CMYK
RGB Variations
Color information
#001024 (or 0x001024) is known color: Black Pearl. HEX triplet: 00, 10 and 24. RGB value is (0,16,36). Sum of RGB (Red+Green+Blue) = 0+16+36=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 36 (14.45% from 255 or 69.23% from 52); Max value from RGB is 36 - color contains mainly: blue. Hex color #001024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001024 is #FFEFDB. Grayscale: #0D0D0D. Windows color (decimal): -16773084 or 2363392. OLE color: 2363392.
HSL color Cylindrical-coordinate representation of color #001024: hue angle of 213.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 #001024 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 16 | 36 | - |
| CMYK | 1 | 0.56 | 0 | 0.86 |
| HSL | 213.33º | 1% | 0.07% | - |
| HSV(B) | 213.33º | 1% | 0.14% | - |
| XYZ | 0.5 | 0.5 | 1.74 | - |
| YUV | 13.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 36 | 1 | 0.56 | 0 | 0.86 | 213.33 | 1 | 0.07 |
| Hex | 0 | 10 | 24 | 64 | 38 | 0 | 56 | D5 | 64 | 7 |
| Octal | 0 | 20 | 44 | 144 | 70 | 0 | 126 | 325 | 144 | 7 |
| Binary | 0 | 10000 | 100100 | 1100100 | 111000 | 0 | 1010110 | 11010101 | 1100100 | 111 |
Color Harmonies of #001024
Complementary color
Monochromatic Colors of #001024
Black with #001024
Text Example
Text Example
White with #001024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001024; }
p { color: rgb(0,16,36); }
H1.HeaderClassName
{
color: #001024;
}
.AnyTagClassName
{
color: #001024;
}
</style>
background-color css
<style>
a { background-color: #001024; }
a { background-color: rgb(0,16,36); }
div.DivClassName
{
background-color: #001024;
}
.BgClassName
{
background-color: #001024;
}
</style>
border-color css
<style>
span { border-color: #001024; }
span { border-color: rgb(0,16,36); }
td.TdClassName
{
border-color: #001024;
}
.TagClassName
{
border-color: #001024;
}
</style>