Shades of Black Pearl #1A272F
Tints of Black Pearl #1A272F
RGB
CMYK
RGB Variations
Color information
#1A272F (or 0x1A272F) is known color: Black Pearl. HEX triplet: 1A, 27 and 2F. RGB value is (26,39,47). Sum of RGB (Red+Green+Blue) = 26+39+47=112 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.21% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 47 - color contains mainly: blue. Hex color #1A272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A272F is #E5D8D0. Grayscale: #232323. Windows color (decimal): -15063249 or 3090202. OLE color: 3090202.
HSL color Cylindrical-coordinate representation of color #1A272F: hue angle of 202.86º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1A272F is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 39 | 47 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.82 |
| HSL | 202.86º | 0.29% | 0.14% | - |
| HSV(B) | 202.86º | 0.45% | 0.18% | - |
| XYZ | 1.66 | 1.88 | 2.96 | - |
| YUV | 36.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 39 | 47 | 0.45 | 0.17 | 0 | 0.82 | 202.86 | 0.29 | 0.14 |
| Hex | 1A | 27 | 2F | 2D | 11 | 0 | 52 | CB | 1D | E |
| Octal | 32 | 47 | 57 | 55 | 21 | 0 | 122 | 313 | 35 | 16 |
| Binary | 11010 | 100111 | 101111 | 101101 | 10001 | 0 | 1010010 | 11001011 | 11101 | 1110 |
Color Harmonies of #1A272F
Complementary color
Monochromatic Colors of #1A272F
Black with #1A272F
Text Example
Text Example
White with #1A272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A272F; }
p { color: rgb(26,39,47); }
H1.HeaderClassName
{
color: #1A272F;
}
.AnyTagClassName
{
color: #1A272F;
}
</style>
background-color css
<style>
a { background-color: #1A272F; }
a { background-color: rgb(26,39,47); }
div.DivClassName
{
background-color: #1A272F;
}
.BgClassName
{
background-color: #1A272F;
}
</style>
border-color css
<style>
span { border-color: #1A272F; }
span { border-color: rgb(26,39,47); }
td.TdClassName
{
border-color: #1A272F;
}
.TagClassName
{
border-color: #1A272F;
}
</style>