Shades of Black Pearl #181B1C
Tints of Black Pearl #181B1C
RGB
CMYK
RGB Variations
Color information
#181B1C (or 0x181B1C) is known color: Black Pearl. HEX triplet: 18, 1B and 1C. RGB value is (24,27,28). Sum of RGB (Red+Green+Blue) = 24+27+28=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 28 - color contains mainly: blue. Hex color #181B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B1C is #E7E4E3. Grayscale: #1A1A1A. Windows color (decimal): -15197412 or 1841944. OLE color: 1841944.
HSL color Cylindrical-coordinate representation of color #181B1C: hue angle of 195º degrees, saturation: 0.08, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #181B1C is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 27 | 28 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.89 |
| HSL | 195º | 0.08% | 0.1% | - |
| HSV(B) | 195º | 0.14% | 0.11% | - |
| XYZ | 0.98 | 1.06 | 1.25 | - |
| YUV | 26.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 28 | 0.14 | 0.04 | 0 | 0.89 | 195 | 0.08 | 0.1 |
| Hex | 18 | 1B | 1C | E | 4 | 0 | 59 | C3 | 8 | A |
| Octal | 30 | 33 | 34 | 16 | 4 | 0 | 131 | 303 | 10 | 12 |
| Binary | 11000 | 11011 | 11100 | 1110 | 100 | 0 | 1011001 | 11000011 | 1000 | 1010 |
Color Harmonies of #181B1C
Complementary color
Monochromatic Colors of #181B1C
Black with #181B1C
Text Example
Text Example
White with #181B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B1C; }
p { color: rgb(24,27,28); }
H1.HeaderClassName
{
color: #181B1C;
}
.AnyTagClassName
{
color: #181B1C;
}
</style>
background-color css
<style>
a { background-color: #181B1C; }
a { background-color: rgb(24,27,28); }
div.DivClassName
{
background-color: #181B1C;
}
.BgClassName
{
background-color: #181B1C;
}
</style>
border-color css
<style>
span { border-color: #181B1C; }
span { border-color: rgb(24,27,28); }
td.TdClassName
{
border-color: #181B1C;
}
.TagClassName
{
border-color: #181B1C;
}
</style>