Shades of Black Pearl #182A2F
Tints of Black Pearl #182A2F
RGB
CMYK
RGB Variations
Color information
#182A2F (or 0x182A2F) is known color: Black Pearl. HEX triplet: 18, 2A and 2F. RGB value is (24,42,47). Sum of RGB (Red+Green+Blue) = 24+42+47=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 47 - color contains mainly: blue. Hex color #182A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A2F is #E7D5D0. Grayscale: #252525. Windows color (decimal): -15193553 or 3090968. OLE color: 3090968.
HSL color Cylindrical-coordinate representation of color #182A2F: hue angle of 193.04º 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 #182A2F is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 42 | 47 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.82 |
| HSL | 193.04º | 0.32% | 0.14% | - |
| HSV(B) | 193.04º | 0.49% | 0.18% | - |
| XYZ | 1.72 | 2.06 | 3 | - |
| YUV | 37.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 47 | 0.49 | 0.11 | 0 | 0.82 | 193.04 | 0.32 | 0.14 |
| Hex | 18 | 2A | 2F | 31 | B | 0 | 52 | C1 | 20 | E |
| Octal | 30 | 52 | 57 | 61 | 13 | 0 | 122 | 301 | 40 | 16 |
| Binary | 11000 | 101010 | 101111 | 110001 | 1011 | 0 | 1010010 | 11000001 | 100000 | 1110 |
Color Harmonies of #182A2F
Complementary color
Monochromatic Colors of #182A2F
Black with #182A2F
Text Example
Text Example
White with #182A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A2F; }
p { color: rgb(24,42,47); }
H1.HeaderClassName
{
color: #182A2F;
}
.AnyTagClassName
{
color: #182A2F;
}
</style>
background-color css
<style>
a { background-color: #182A2F; }
a { background-color: rgb(24,42,47); }
div.DivClassName
{
background-color: #182A2F;
}
.BgClassName
{
background-color: #182A2F;
}
</style>
border-color css
<style>
span { border-color: #182A2F; }
span { border-color: rgb(24,42,47); }
td.TdClassName
{
border-color: #182A2F;
}
.TagClassName
{
border-color: #182A2F;
}
</style>