Shades of Black Pearl #1A2428
Tints of Black Pearl #1A2428
RGB
CMYK
RGB Variations
Color information
#1A2428 (or 0x1A2428) is known color: Black Pearl. HEX triplet: 1A, 24 and 28. RGB value is (26,36,40). Sum of RGB (Red+Green+Blue) = 26+36+40=102 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.49% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 40 - color contains mainly: blue. Hex color #1A2428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2428 is #E5DBD7. Grayscale: #212121. Windows color (decimal): -15064024 or 2630682. OLE color: 2630682.
HSL color Cylindrical-coordinate representation of color #1A2428: hue angle of 197.14º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1A2428 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 36 | 40 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.84 |
| HSL | 197.14º | 0.21% | 0.13% | - |
| HSV(B) | 197.14º | 0.35% | 0.16% | - |
| XYZ | 1.44 | 1.63 | 2.25 | - |
| YUV | 33.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 40 | 0.35 | 0.10 | 0 | 0.84 | 197.14 | 0.21 | 0.13 |
| Hex | 1A | 24 | 28 | 23 | A | 0 | 54 | C5 | 15 | D |
| Octal | 32 | 44 | 50 | 43 | 12 | 0 | 124 | 305 | 25 | 15 |
| Binary | 11010 | 100100 | 101000 | 100011 | 1010 | 0 | 1010100 | 11000101 | 10101 | 1101 |
Color Harmonies of #1A2428
Complementary color
Monochromatic Colors of #1A2428
Black with #1A2428
Text Example
Text Example
White with #1A2428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2428; }
p { color: rgb(26,36,40); }
H1.HeaderClassName
{
color: #1A2428;
}
.AnyTagClassName
{
color: #1A2428;
}
</style>
background-color css
<style>
a { background-color: #1A2428; }
a { background-color: rgb(26,36,40); }
div.DivClassName
{
background-color: #1A2428;
}
.BgClassName
{
background-color: #1A2428;
}
</style>
border-color css
<style>
span { border-color: #1A2428; }
span { border-color: rgb(26,36,40); }
td.TdClassName
{
border-color: #1A2428;
}
.TagClassName
{
border-color: #1A2428;
}
</style>