Shades of Black Pearl #1A2127
Tints of Black Pearl #1A2127
RGB
CMYK
RGB Variations
Color information
#1A2127 (or 0x1A2127) is known color: Black Pearl. HEX triplet: 1A, 21 and 27. RGB value is (26,33,39). Sum of RGB (Red+Green+Blue) = 26+33+39=98 (12% of max value = 765). Red value is 26 (10.55% from 255 or 26.53% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 39 - color contains mainly: blue. Hex color #1A2127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2127 is #E5DED8. Grayscale: #1F1F1F. Windows color (decimal): -15064793 or 2564378. OLE color: 2564378.
HSL color Cylindrical-coordinate representation of color #1A2127: hue angle of 207.69º degrees, saturation: 0.2, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1A2127 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 33 | 39 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.85 |
| HSL | 207.69º | 0.2% | 0.13% | - |
| HSV(B) | 207.69º | 0.33% | 0.15% | - |
| XYZ | 1.34 | 1.45 | 2.13 | - |
| YUV | 31.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 33 | 39 | 0.33 | 0.15 | 0 | 0.85 | 207.69 | 0.2 | 0.13 |
| Hex | 1A | 21 | 27 | 21 | F | 0 | 55 | D0 | 14 | D |
| Octal | 32 | 41 | 47 | 41 | 17 | 0 | 125 | 320 | 24 | 15 |
| Binary | 11010 | 100001 | 100111 | 100001 | 1111 | 0 | 1010101 | 11010000 | 10100 | 1101 |
Color Harmonies of #1A2127
Complementary color
Monochromatic Colors of #1A2127
Black with #1A2127
Text Example
Text Example
White with #1A2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2127; }
p { color: rgb(26,33,39); }
H1.HeaderClassName
{
color: #1A2127;
}
.AnyTagClassName
{
color: #1A2127;
}
</style>
background-color css
<style>
a { background-color: #1A2127; }
a { background-color: rgb(26,33,39); }
div.DivClassName
{
background-color: #1A2127;
}
.BgClassName
{
background-color: #1A2127;
}
</style>
border-color css
<style>
span { border-color: #1A2127; }
span { border-color: rgb(26,33,39); }
td.TdClassName
{
border-color: #1A2127;
}
.TagClassName
{
border-color: #1A2127;
}
</style>