Shades of Black Pearl #18282F
Tints of Black Pearl #18282F
RGB
CMYK
RGB Variations
Color information
#18282F (or 0x18282F) is known color: Black Pearl. HEX triplet: 18, 28 and 2F. RGB value is (24,40,47). Sum of RGB (Red+Green+Blue) = 24+40+47=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 47 - color contains mainly: blue. Hex color #18282F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18282F is #E7D7D0. Grayscale: #232323. Windows color (decimal): -15194065 or 3090456. OLE color: 3090456.
HSL color Cylindrical-coordinate representation of color #18282F: hue angle of 198.26º 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 #18282F is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 40 | 47 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.82 |
| HSL | 198.26º | 0.32% | 0.14% | - |
| HSV(B) | 198.26º | 0.49% | 0.18% | - |
| XYZ | 1.65 | 1.92 | 2.97 | - |
| YUV | 36.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 47 | 0.49 | 0.15 | 0 | 0.82 | 198.26 | 0.32 | 0.14 |
| Hex | 18 | 28 | 2F | 31 | F | 0 | 52 | C6 | 20 | E |
| Octal | 30 | 50 | 57 | 61 | 17 | 0 | 122 | 306 | 40 | 16 |
| Binary | 11000 | 101000 | 101111 | 110001 | 1111 | 0 | 1010010 | 11000110 | 100000 | 1110 |
Color Harmonies of #18282F
Complementary color
Monochromatic Colors of #18282F
Black with #18282F
Text Example
Text Example
White with #18282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18282F; }
p { color: rgb(24,40,47); }
H1.HeaderClassName
{
color: #18282F;
}
.AnyTagClassName
{
color: #18282F;
}
</style>
background-color css
<style>
a { background-color: #18282F; }
a { background-color: rgb(24,40,47); }
div.DivClassName
{
background-color: #18282F;
}
.BgClassName
{
background-color: #18282F;
}
</style>
border-color css
<style>
span { border-color: #18282F; }
span { border-color: rgb(24,40,47); }
td.TdClassName
{
border-color: #18282F;
}
.TagClassName
{
border-color: #18282F;
}
</style>