Shades of Black Pearl #181F26
Tints of Black Pearl #181F26
RGB
CMYK
RGB Variations
Color information
#181F26 (or 0x181F26) is known color: Black Pearl. HEX triplet: 18, 1F and 26. RGB value is (24,31,38). Sum of RGB (Red+Green+Blue) = 24+31+38=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 38 - color contains mainly: blue. Hex color #181F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181F26 is #E7E0D9. Grayscale: #1D1D1D. Windows color (decimal): -15196378 or 2498328. OLE color: 2498328.
HSL color Cylindrical-coordinate representation of color #181F26: hue angle of 210º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #181F26 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 31 | 38 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.85 |
| HSL | 210º | 0.23% | 0.12% | - |
| HSV(B) | 210º | 0.37% | 0.15% | - |
| XYZ | 1.22 | 1.31 | 2.02 | - |
| YUV | 29.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 38 | 0.37 | 0.18 | 0 | 0.85 | 210 | 0.23 | 0.12 |
| Hex | 18 | 1F | 26 | 25 | 12 | 0 | 55 | D2 | 17 | C |
| Octal | 30 | 37 | 46 | 45 | 22 | 0 | 125 | 322 | 27 | 14 |
| Binary | 11000 | 11111 | 100110 | 100101 | 10010 | 0 | 1010101 | 11010010 | 10111 | 1100 |
Color Harmonies of #181F26
Complementary color
Monochromatic Colors of #181F26
Black with #181F26
Text Example
Text Example
White with #181F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181F26; }
p { color: rgb(24,31,38); }
H1.HeaderClassName
{
color: #181F26;
}
.AnyTagClassName
{
color: #181F26;
}
</style>
background-color css
<style>
a { background-color: #181F26; }
a { background-color: rgb(24,31,38); }
div.DivClassName
{
background-color: #181F26;
}
.BgClassName
{
background-color: #181F26;
}
</style>
border-color css
<style>
span { border-color: #181F26; }
span { border-color: rgb(24,31,38); }
td.TdClassName
{
border-color: #181F26;
}
.TagClassName
{
border-color: #181F26;
}
</style>