Shades of Black Pearl #182D33
Tints of Black Pearl #182D33
RGB
CMYK
RGB Variations
Color information
#182D33 (or 0x182D33) is known color: Black Pearl. HEX triplet: 18, 2D and 33. RGB value is (24,45,51). Sum of RGB (Red+Green+Blue) = 24+45+51=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 51 - color contains mainly: blue. Hex color #182D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182D33 is #E7D2CC. Grayscale: #272727. Windows color (decimal): -15192781 or 3353880. OLE color: 3353880.
HSL color Cylindrical-coordinate representation of color #182D33: hue angle of 193.33º 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 #182D33 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 24 | 45 | 51 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.8 |
| HSL | 193.33º | 0.36% | 0.15% | - |
| HSV(B) | 193.33º | 0.53% | 0.2% | - |
| XYZ | 1.91 | 2.31 | 3.48 | - |
| YUV | 39.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 51 | 0.53 | 0.12 | 0 | 0.8 | 193.33 | 0.36 | 0.15 |
| Hex | 18 | 2D | 33 | 35 | C | 0 | 50 | C1 | 24 | F |
| Octal | 30 | 55 | 63 | 65 | 14 | 0 | 120 | 301 | 44 | 17 |
| Binary | 11000 | 101101 | 110011 | 110101 | 1100 | 0 | 1010000 | 11000001 | 100100 | 1111 |
Color Harmonies of #182D33
Complementary color
Monochromatic Colors of #182D33
Black with #182D33
Text Example
Text Example
White with #182D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182D33; }
p { color: rgb(24,45,51); }
H1.HeaderClassName
{
color: #182D33;
}
.AnyTagClassName
{
color: #182D33;
}
</style>
background-color css
<style>
a { background-color: #182D33; }
a { background-color: rgb(24,45,51); }
div.DivClassName
{
background-color: #182D33;
}
.BgClassName
{
background-color: #182D33;
}
</style>
border-color css
<style>
span { border-color: #182D33; }
span { border-color: rgb(24,45,51); }
td.TdClassName
{
border-color: #182D33;
}
.TagClassName
{
border-color: #182D33;
}
</style>