Shades of Black Pearl #011526
Tints of Black Pearl #011526
RGB
CMYK
RGB Variations
Color information
#011526 (or 0x011526) is known color: Black Pearl. HEX triplet: 01, 15 and 26. RGB value is (1,21,38). Sum of RGB (Red+Green+Blue) = 1+21+38=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 38 (15.23% from 255 or 63.33% from 60); Max value from RGB is 38 - color contains mainly: blue. Hex color #011526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011526 is #FEEAD9. Grayscale: #101010. Windows color (decimal): -16706266 or 2495745. OLE color: 2495745.
HSL color Cylindrical-coordinate representation of color #011526: hue angle of 207.57º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011526 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 21 | 38 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.85 |
| HSL | 207.57º | 0.95% | 0.08% | - |
| HSV(B) | 207.57º | 0.97% | 0.15% | - |
| XYZ | 0.63 | 0.68 | 1.93 | - |
| YUV | 16.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 38 | 0.97 | 0.45 | 0 | 0.85 | 207.57 | 0.95 | 0.08 |
| Hex | 1 | 15 | 26 | 61 | 2D | 0 | 55 | D0 | 5F | 8 |
| Octal | 1 | 25 | 46 | 141 | 55 | 0 | 125 | 320 | 137 | 10 |
| Binary | 1 | 10101 | 100110 | 1100001 | 101101 | 0 | 1010101 | 11010000 | 1011111 | 1000 |
Color Harmonies of #011526
Complementary color
Monochromatic Colors of #011526
Black with #011526
Text Example
Text Example
White with #011526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011526; }
p { color: rgb(1,21,38); }
H1.HeaderClassName
{
color: #011526;
}
.AnyTagClassName
{
color: #011526;
}
</style>
background-color css
<style>
a { background-color: #011526; }
a { background-color: rgb(1,21,38); }
div.DivClassName
{
background-color: #011526;
}
.BgClassName
{
background-color: #011526;
}
</style>
border-color css
<style>
span { border-color: #011526; }
span { border-color: rgb(1,21,38); }
td.TdClassName
{
border-color: #011526;
}
.TagClassName
{
border-color: #011526;
}
</style>