Shades of Black Pearl #182A33
Tints of Black Pearl #182A33
RGB
CMYK
RGB Variations
Color information
#182A33 (or 0x182A33) is known color: Black Pearl. HEX triplet: 18, 2A and 33. RGB value is (24,42,51). Sum of RGB (Red+Green+Blue) = 24+42+51=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 51 - color contains mainly: blue. Hex color #182A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A33 is #E7D5CC. Grayscale: #252525. Windows color (decimal): -15193549 or 3353112. OLE color: 3353112.
HSL color Cylindrical-coordinate representation of color #182A33: hue angle of 200º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #182A33 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 24 | 42 | 51 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.8 |
| HSL | 200º | 0.36% | 0.15% | - |
| HSV(B) | 200º | 0.53% | 0.2% | - |
| XYZ | 1.8 | 2.09 | 3.44 | - |
| YUV | 37.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 51 | 0.53 | 0.18 | 0 | 0.8 | 200 | 0.36 | 0.15 |
| Hex | 18 | 2A | 33 | 35 | 12 | 0 | 50 | C8 | 24 | F |
| Octal | 30 | 52 | 63 | 65 | 22 | 0 | 120 | 310 | 44 | 17 |
| Binary | 11000 | 101010 | 110011 | 110101 | 10010 | 0 | 1010000 | 11001000 | 100100 | 1111 |
Color Harmonies of #182A33
Complementary color
Monochromatic Colors of #182A33
Black with #182A33
Text Example
Text Example
White with #182A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A33; }
p { color: rgb(24,42,51); }
H1.HeaderClassName
{
color: #182A33;
}
.AnyTagClassName
{
color: #182A33;
}
</style>
background-color css
<style>
a { background-color: #182A33; }
a { background-color: rgb(24,42,51); }
div.DivClassName
{
background-color: #182A33;
}
.BgClassName
{
background-color: #182A33;
}
</style>
border-color css
<style>
span { border-color: #182A33; }
span { border-color: rgb(24,42,51); }
td.TdClassName
{
border-color: #182A33;
}
.TagClassName
{
border-color: #182A33;
}
</style>