Shades of Black Pearl #18262F
Tints of Black Pearl #18262F
RGB
CMYK
RGB Variations
Color information
#18262F (or 0x18262F) is known color: Black Pearl. HEX triplet: 18, 26 and 2F. RGB value is (24,38,47). Sum of RGB (Red+Green+Blue) = 24+38+47=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 47 - color contains mainly: blue. Hex color #18262F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18262F is #E7D9D0. Grayscale: #222222. Windows color (decimal): -15194577 or 3089944. OLE color: 3089944.
HSL color Cylindrical-coordinate representation of color #18262F: hue angle of 203.48º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #18262F is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 38 | 47 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.82 |
| HSL | 203.48º | 0.32% | 0.14% | - |
| HSV(B) | 203.48º | 0.49% | 0.18% | - |
| XYZ | 1.58 | 1.79 | 2.95 | - |
| YUV | 34.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 47 | 0.49 | 0.19 | 0 | 0.82 | 203.48 | 0.32 | 0.14 |
| Hex | 18 | 26 | 2F | 31 | 13 | 0 | 52 | CB | 20 | E |
| Octal | 30 | 46 | 57 | 61 | 23 | 0 | 122 | 313 | 40 | 16 |
| Binary | 11000 | 100110 | 101111 | 110001 | 10011 | 0 | 1010010 | 11001011 | 100000 | 1110 |
Color Harmonies of #18262F
Complementary color
Monochromatic Colors of #18262F
Black with #18262F
Text Example
Text Example
White with #18262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18262F; }
p { color: rgb(24,38,47); }
H1.HeaderClassName
{
color: #18262F;
}
.AnyTagClassName
{
color: #18262F;
}
</style>
background-color css
<style>
a { background-color: #18262F; }
a { background-color: rgb(24,38,47); }
div.DivClassName
{
background-color: #18262F;
}
.BgClassName
{
background-color: #18262F;
}
</style>
border-color css
<style>
span { border-color: #18262F; }
span { border-color: rgb(24,38,47); }
td.TdClassName
{
border-color: #18262F;
}
.TagClassName
{
border-color: #18262F;
}
</style>