Shades of Black Pearl #1A1C1F
Tints of Black Pearl #1A1C1F
RGB
CMYK
RGB Variations
Color information
#1A1C1F (or 0x1A1C1F) is known color: Black Pearl. HEX triplet: 1A, 1C and 1F. RGB value is (26,28,31). Sum of RGB (Red+Green+Blue) = 26+28+31=85 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.59% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A1C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1C1F is #E5E3E0. Grayscale: #1B1B1B. Windows color (decimal): -15066081 or 2038810. OLE color: 2038810.
HSL color Cylindrical-coordinate representation of color #1A1C1F: hue angle of 216º degrees, saturation: 0.09, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #1A1C1F is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 28 | 31 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.88 |
| HSL | 216º | 0.09% | 0.11% | - |
| HSV(B) | 216º | 0.16% | 0.12% | - |
| XYZ | 1.09 | 1.15 | 1.46 | - |
| YUV | 27.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 31 | 0.16 | 0.10 | 0 | 0.88 | 216 | 0.09 | 0.11 |
| Hex | 1A | 1C | 1F | 10 | A | 0 | 58 | D8 | 9 | B |
| Octal | 32 | 34 | 37 | 20 | 12 | 0 | 130 | 330 | 11 | 13 |
| Binary | 11010 | 11100 | 11111 | 10000 | 1010 | 0 | 1011000 | 11011000 | 1001 | 1011 |
Color Harmonies of #1A1C1F
Complementary color
Monochromatic Colors of #1A1C1F
Black with #1A1C1F
Text Example
Text Example
White with #1A1C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1C1F; }
p { color: rgb(26,28,31); }
H1.HeaderClassName
{
color: #1A1C1F;
}
.AnyTagClassName
{
color: #1A1C1F;
}
</style>
background-color css
<style>
a { background-color: #1A1C1F; }
a { background-color: rgb(26,28,31); }
div.DivClassName
{
background-color: #1A1C1F;
}
.BgClassName
{
background-color: #1A1C1F;
}
</style>
border-color css
<style>
span { border-color: #1A1C1F; }
span { border-color: rgb(26,28,31); }
td.TdClassName
{
border-color: #1A1C1F;
}
.TagClassName
{
border-color: #1A1C1F;
}
</style>