Shades of Black Pearl #18232E
Tints of Black Pearl #18232E
RGB
CMYK
RGB Variations
Color information
#18232E (or 0x18232E) is known color: Black Pearl. HEX triplet: 18, 23 and 2E. RGB value is (24,35,46). Sum of RGB (Red+Green+Blue) = 24+35+46=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 46 - color contains mainly: blue. Hex color #18232E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18232E is #E7DCD1. Grayscale: #202020. Windows color (decimal): -15195346 or 3023640. OLE color: 3023640.
HSL color Cylindrical-coordinate representation of color #18232E: hue angle of 210º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #18232E is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 35 | 46 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.82 |
| HSL | 210º | 0.31% | 0.14% | - |
| HSV(B) | 210º | 0.48% | 0.18% | - |
| XYZ | 1.47 | 1.59 | 2.81 | - |
| YUV | 32.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 46 | 0.48 | 0.24 | 0 | 0.82 | 210 | 0.31 | 0.14 |
| Hex | 18 | 23 | 2E | 30 | 18 | 0 | 52 | D2 | 1F | E |
| Octal | 30 | 43 | 56 | 60 | 30 | 0 | 122 | 322 | 37 | 16 |
| Binary | 11000 | 100011 | 101110 | 110000 | 11000 | 0 | 1010010 | 11010010 | 11111 | 1110 |
Color Harmonies of #18232E
Complementary color
Monochromatic Colors of #18232E
Black with #18232E
Text Example
Text Example
White with #18232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18232E; }
p { color: rgb(24,35,46); }
H1.HeaderClassName
{
color: #18232E;
}
.AnyTagClassName
{
color: #18232E;
}
</style>
background-color css
<style>
a { background-color: #18232E; }
a { background-color: rgb(24,35,46); }
div.DivClassName
{
background-color: #18232E;
}
.BgClassName
{
background-color: #18232E;
}
</style>
border-color css
<style>
span { border-color: #18232E; }
span { border-color: rgb(24,35,46); }
td.TdClassName
{
border-color: #18232E;
}
.TagClassName
{
border-color: #18232E;
}
</style>