Shades of Black Pearl #001A24
Tints of Black Pearl #001A24
RGB
CMYK
RGB Variations
Color information
#001A24 (or 0x001A24) is known color: Black Pearl. HEX triplet: 00, 1A and 24. RGB value is (0,26,36). Sum of RGB (Red+Green+Blue) = 0+26+36=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 36 (14.45% from 255 or 58.06% from 62); Max value from RGB is 36 - color contains mainly: blue. Hex color #001A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A24 is #FFE5DB. Grayscale: #131313. Windows color (decimal): -16770524 or 2365952. OLE color: 2365952.
HSL color Cylindrical-coordinate representation of color #001A24: hue angle of 196.67º 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 #001A24 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 26 | 36 | - |
| CMYK | 1 | 0.28 | 0 | 0.86 |
| HSL | 196.67º | 1% | 0.07% | - |
| HSV(B) | 196.67º | 1% | 0.14% | - |
| XYZ | 0.69 | 0.87 | 1.8 | - |
| YUV | 19.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 36 | 1 | 0.28 | 0 | 0.86 | 196.67 | 1 | 0.07 |
| Hex | 0 | 1A | 24 | 64 | 1C | 0 | 56 | C5 | 64 | 7 |
| Octal | 0 | 32 | 44 | 144 | 34 | 0 | 126 | 305 | 144 | 7 |
| Binary | 0 | 11010 | 100100 | 1100100 | 11100 | 0 | 1010110 | 11000101 | 1100100 | 111 |
Color Harmonies of #001A24
Complementary color
Monochromatic Colors of #001A24
Black with #001A24
Text Example
Text Example
White with #001A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A24; }
p { color: rgb(0,26,36); }
H1.HeaderClassName
{
color: #001A24;
}
.AnyTagClassName
{
color: #001A24;
}
</style>
background-color css
<style>
a { background-color: #001A24; }
a { background-color: rgb(0,26,36); }
div.DivClassName
{
background-color: #001A24;
}
.BgClassName
{
background-color: #001A24;
}
</style>
border-color css
<style>
span { border-color: #001A24; }
span { border-color: rgb(0,26,36); }
td.TdClassName
{
border-color: #001A24;
}
.TagClassName
{
border-color: #001A24;
}
</style>