Shades of Black Pearl #011833
Tints of Black Pearl #011833
RGB
CMYK
RGB Variations
Color information
#011833 (or 0x011833) is known color: Black Pearl. HEX triplet: 01, 18 and 33. RGB value is (1,24,51). Sum of RGB (Red+Green+Blue) = 1+24+51=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 51 (20.31% from 255 or 67.11% from 76); Max value from RGB is 51 - color contains mainly: blue. Hex color #011833 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011833 is #FEE7CC. Grayscale: #141414. Windows color (decimal): -16705485 or 3348481. OLE color: 3348481.
HSL color Cylindrical-coordinate representation of color #011833: hue angle of 212.4º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011833 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 24 | 51 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.8 |
| HSL | 212.4º | 0.96% | 0.1% | - |
| HSV(B) | 212.4º | 0.98% | 0.2% | - |
| XYZ | 0.94 | 0.9 | 3.26 | - |
| YUV | 20.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 51 | 0.98 | 0.53 | 0 | 0.8 | 212.4 | 0.96 | 0.1 |
| Hex | 1 | 18 | 33 | 62 | 35 | 0 | 50 | D4 | 60 | A |
| Octal | 1 | 30 | 63 | 142 | 65 | 0 | 120 | 324 | 140 | 12 |
| Binary | 1 | 11000 | 110011 | 1100010 | 110101 | 0 | 1010000 | 11010100 | 1100000 | 1010 |
Color Harmonies of #011833
Complementary color
Monochromatic Colors of #011833
Black with #011833
Text Example
Text Example
White with #011833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011833; }
p { color: rgb(1,24,51); }
H1.HeaderClassName
{
color: #011833;
}
.AnyTagClassName
{
color: #011833;
}
</style>
background-color css
<style>
a { background-color: #011833; }
a { background-color: rgb(1,24,51); }
div.DivClassName
{
background-color: #011833;
}
.BgClassName
{
background-color: #011833;
}
</style>
border-color css
<style>
span { border-color: #011833; }
span { border-color: rgb(1,24,51); }
td.TdClassName
{
border-color: #011833;
}
.TagClassName
{
border-color: #011833;
}
</style>