Shades of Black Pearl #181A1B
Tints of Black Pearl #181A1B
RGB
CMYK
RGB Variations
Color information
#181A1B (or 0x181A1B) is known color: Black Pearl. HEX triplet: 18, 1A and 1B. RGB value is (24,26,27). Sum of RGB (Red+Green+Blue) = 24+26+27=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 26 (10.55% from 255 or 33.77% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 27 - color contains mainly: blue. Hex color #181A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A1B is #E7E5E4. Grayscale: #191919. Windows color (decimal): -15197669 or 1776152. OLE color: 1776152.
HSL color Cylindrical-coordinate representation of color #181A1B: hue angle of 200º degrees, saturation: 0.06, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #181A1B is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 26 | 27 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.89 |
| HSL | 200º | 0.06% | 0.1% | - |
| HSV(B) | 200º | 0.11% | 0.11% | - |
| XYZ | 0.94 | 1.01 | 1.18 | - |
| YUV | 25.52 | 128.84 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 27 | 0.11 | 0.04 | 0 | 0.89 | 200 | 0.06 | 0.1 |
| Hex | 18 | 1A | 1B | B | 4 | 0 | 59 | C8 | 6 | A |
| Octal | 30 | 32 | 33 | 13 | 4 | 0 | 131 | 310 | 6 | 12 |
| Binary | 11000 | 11010 | 11011 | 1011 | 100 | 0 | 1011001 | 11001000 | 110 | 1010 |
Color Harmonies of #181A1B
Complementary color
Monochromatic Colors of #181A1B
Black with #181A1B
Text Example
Text Example
White with #181A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A1B; }
p { color: rgb(24,26,27); }
H1.HeaderClassName
{
color: #181A1B;
}
.AnyTagClassName
{
color: #181A1B;
}
</style>
background-color css
<style>
a { background-color: #181A1B; }
a { background-color: rgb(24,26,27); }
div.DivClassName
{
background-color: #181A1B;
}
.BgClassName
{
background-color: #181A1B;
}
</style>
border-color css
<style>
span { border-color: #181A1B; }
span { border-color: rgb(24,26,27); }
td.TdClassName
{
border-color: #181A1B;
}
.TagClassName
{
border-color: #181A1B;
}
</style>