Shades of Black Pearl #182127
Tints of Black Pearl #182127
RGB
CMYK
RGB Variations
Color information
#182127 (or 0x182127) is known color: Black Pearl. HEX triplet: 18, 21 and 27. RGB value is (24,33,39). Sum of RGB (Red+Green+Blue) = 24+33+39=96 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 39 - color contains mainly: blue. Hex color #182127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182127 is #E7DED8. Grayscale: #1E1E1E. Windows color (decimal): -15195865 or 2564376. OLE color: 2564376.
HSL color Cylindrical-coordinate representation of color #182127: hue angle of 204º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #182127 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 33 | 39 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.85 |
| HSL | 204º | 0.24% | 0.12% | - |
| HSV(B) | 204º | 0.38% | 0.15% | - |
| XYZ | 1.29 | 1.43 | 2.13 | - |
| YUV | 30.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 33 | 39 | 0.38 | 0.15 | 0 | 0.85 | 204 | 0.24 | 0.12 |
| Hex | 18 | 21 | 27 | 26 | F | 0 | 55 | CC | 18 | C |
| Octal | 30 | 41 | 47 | 46 | 17 | 0 | 125 | 314 | 30 | 14 |
| Binary | 11000 | 100001 | 100111 | 100110 | 1111 | 0 | 1010101 | 11001100 | 11000 | 1100 |
Color Harmonies of #182127
Complementary color
Monochromatic Colors of #182127
Black with #182127
Text Example
Text Example
White with #182127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182127; }
p { color: rgb(24,33,39); }
H1.HeaderClassName
{
color: #182127;
}
.AnyTagClassName
{
color: #182127;
}
</style>
background-color css
<style>
a { background-color: #182127; }
a { background-color: rgb(24,33,39); }
div.DivClassName
{
background-color: #182127;
}
.BgClassName
{
background-color: #182127;
}
</style>
border-color css
<style>
span { border-color: #182127; }
span { border-color: rgb(24,33,39); }
td.TdClassName
{
border-color: #182127;
}
.TagClassName
{
border-color: #182127;
}
</style>