Shades of Black Pearl #182933
Tints of Black Pearl #182933
RGB
CMYK
RGB Variations
Color information
#182933 (or 0x182933) is known color: Black Pearl. HEX triplet: 18, 29 and 33. RGB value is (24,41,51). Sum of RGB (Red+Green+Blue) = 24+41+51=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 51 - color contains mainly: blue. Hex color #182933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182933 is #E7D6CC. Grayscale: #252525. Windows color (decimal): -15193805 or 3352856. OLE color: 3352856.
HSL color Cylindrical-coordinate representation of color #182933: hue angle of 202.22º 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 #182933 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 24 | 41 | 51 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.8 |
| HSL | 202.22º | 0.36% | 0.15% | - |
| HSV(B) | 202.22º | 0.53% | 0.2% | - |
| XYZ | 1.77 | 2.02 | 3.43 | - |
| YUV | 37.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 51 | 0.53 | 0.20 | 0 | 0.8 | 202.22 | 0.36 | 0.15 |
| Hex | 18 | 29 | 33 | 35 | 14 | 0 | 50 | CA | 24 | F |
| Octal | 30 | 51 | 63 | 65 | 24 | 0 | 120 | 312 | 44 | 17 |
| Binary | 11000 | 101001 | 110011 | 110101 | 10100 | 0 | 1010000 | 11001010 | 100100 | 1111 |
Color Harmonies of #182933
Complementary color
Monochromatic Colors of #182933
Black with #182933
Text Example
Text Example
White with #182933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182933; }
p { color: rgb(24,41,51); }
H1.HeaderClassName
{
color: #182933;
}
.AnyTagClassName
{
color: #182933;
}
</style>
background-color css
<style>
a { background-color: #182933; }
a { background-color: rgb(24,41,51); }
div.DivClassName
{
background-color: #182933;
}
.BgClassName
{
background-color: #182933;
}
</style>
border-color css
<style>
span { border-color: #182933; }
span { border-color: rgb(24,41,51); }
td.TdClassName
{
border-color: #182933;
}
.TagClassName
{
border-color: #182933;
}
</style>