Shades of Black Pearl #011A28
Tints of Black Pearl #011A28
RGB
CMYK
RGB Variations
Color information
#011A28 (or 0x011A28) is known color: Black Pearl. HEX triplet: 01, 1A and 28. RGB value is (1,26,40). Sum of RGB (Red+Green+Blue) = 1+26+40=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 26 (10.55% from 255 or 38.81% from 67); Blue value is 40 (16.02% from 255 or 59.70% from 67); Max value from RGB is 40 - color contains mainly: blue. Hex color #011A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A28 is #FEE5D7. Grayscale: #141414. Windows color (decimal): -16704984 or 2628097. OLE color: 2628097.
HSL color Cylindrical-coordinate representation of color #011A28: hue angle of 201.54º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011A28 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 26 | 40 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.84 |
| HSL | 201.54º | 0.95% | 0.08% | - |
| HSV(B) | 201.54º | 0.98% | 0.16% | - |
| XYZ | 0.76 | 0.9 | 2.14 | - |
| YUV | 20.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 40 | 0.98 | 0.35 | 0 | 0.84 | 201.54 | 0.95 | 0.08 |
| Hex | 1 | 1A | 28 | 62 | 23 | 0 | 54 | CA | 5F | 8 |
| Octal | 1 | 32 | 50 | 142 | 43 | 0 | 124 | 312 | 137 | 10 |
| Binary | 1 | 11010 | 101000 | 1100010 | 100011 | 0 | 1010100 | 11001010 | 1011111 | 1000 |
Color Harmonies of #011A28
Complementary color
Monochromatic Colors of #011A28
Black with #011A28
Text Example
Text Example
White with #011A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A28; }
p { color: rgb(1,26,40); }
H1.HeaderClassName
{
color: #011A28;
}
.AnyTagClassName
{
color: #011A28;
}
</style>
background-color css
<style>
a { background-color: #011A28; }
a { background-color: rgb(1,26,40); }
div.DivClassName
{
background-color: #011A28;
}
.BgClassName
{
background-color: #011A28;
}
</style>
border-color css
<style>
span { border-color: #011A28; }
span { border-color: rgb(1,26,40); }
td.TdClassName
{
border-color: #011A28;
}
.TagClassName
{
border-color: #011A28;
}
</style>