Shades of Black Pearl #011A35
Tints of Black Pearl #011A35
RGB
CMYK
RGB Variations
Color information
#011A35 (or 0x011A35) is known color: Black Pearl. HEX triplet: 01, 1A and 35. RGB value is (1,26,53). Sum of RGB (Red+Green+Blue) = 1+26+53=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #011A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A35 is #FEE5CA. Grayscale: #151515. Windows color (decimal): -16704971 or 3480065. OLE color: 3480065.
HSL color Cylindrical-coordinate representation of color #011A35: hue angle of 211.15º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011A35 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 26 | 53 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.79 |
| HSL | 211.15º | 0.96% | 0.11% | - |
| HSV(B) | 211.15º | 0.98% | 0.21% | - |
| XYZ | 1.02 | 1 | 3.51 | - |
| YUV | 21.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 53 | 0.98 | 0.51 | 0 | 0.79 | 211.15 | 0.96 | 0.11 |
| Hex | 1 | 1A | 35 | 62 | 33 | 0 | 4F | D3 | 60 | B |
| Octal | 1 | 32 | 65 | 142 | 63 | 0 | 117 | 323 | 140 | 13 |
| Binary | 1 | 11010 | 110101 | 1100010 | 110011 | 0 | 1001111 | 11010011 | 1100000 | 1011 |
Color Harmonies of #011A35
Complementary color
Monochromatic Colors of #011A35
Black with #011A35
Text Example
Text Example
White with #011A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A35; }
p { color: rgb(1,26,53); }
H1.HeaderClassName
{
color: #011A35;
}
.AnyTagClassName
{
color: #011A35;
}
</style>
background-color css
<style>
a { background-color: #011A35; }
a { background-color: rgb(1,26,53); }
div.DivClassName
{
background-color: #011A35;
}
.BgClassName
{
background-color: #011A35;
}
</style>
border-color css
<style>
span { border-color: #011A35; }
span { border-color: rgb(1,26,53); }
td.TdClassName
{
border-color: #011A35;
}
.TagClassName
{
border-color: #011A35;
}
</style>