Shades of Black Pearl #182A2E
Tints of Black Pearl #182A2E
RGB
CMYK
RGB Variations
Color information
#182A2E (or 0x182A2E) is known color: Black Pearl. HEX triplet: 18, 2A and 2E. RGB value is (24,42,46). Sum of RGB (Red+Green+Blue) = 24+42+46=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 46 - color contains mainly: blue. Hex color #182A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A2E is #E7D5D1. Grayscale: #252525. Windows color (decimal): -15193554 or 3025432. OLE color: 3025432.
HSL color Cylindrical-coordinate representation of color #182A2E: hue angle of 190.91º 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 #182A2E is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 24 | 42 | 46 | - |
CMYK | 0.48 | 0.09 | 0 | 0.82 |
HSL | 190.91º | 0.31% | 0.14% | - |
HSV(B) | 190.91º | 0.48% | 0.18% | - |
XYZ | 1.7 | 2.05 | 2.89 | - |
YUV | 37.07 | 133.04 | 118.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 42 | 46 | 0.48 | 0.09 | 0 | 0.82 | 190.91 | 0.31 | 0.14 |
Hex | 18 | 2A | 2E | 30 | 9 | 0 | 52 | BF | 1F | E |
Octal | 30 | 52 | 56 | 60 | 11 | 0 | 122 | 277 | 37 | 16 |
Binary | 11000 | 101010 | 101110 | 110000 | 1001 | 0 | 1010010 | 10111111 | 11111 | 1110 |
Color Harmonies of #182A2E
Complementary color
Monochromatic Colors of #182A2E
Black with #182A2E
Text Example
Text Example
White with #182A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A2E; }
p { color: rgb(24,42,46); }
H1.HeaderClassName
{
color: #182A2E;
}
.AnyTagClassName
{
color: #182A2E;
}
</style>
background-color css
<style>
a { background-color: #182A2E; }
a { background-color: rgb(24,42,46); }
div.DivClassName
{
background-color: #182A2E;
}
.BgClassName
{
background-color: #182A2E;
}
</style>
border-color css
<style>
span { border-color: #182A2E; }
span { border-color: rgb(24,42,46); }
td.TdClassName
{
border-color: #182A2E;
}
.TagClassName
{
border-color: #182A2E;
}
</style>