Shades of Black Pearl #011B24
Tints of Black Pearl #011B24
RGB
CMYK
RGB Variations
Color information
#011B24 (or 0x011B24) is known color: Black Pearl. HEX triplet: 01, 1B and 24. RGB value is (1,27,36). Sum of RGB (Red+Green+Blue) = 1+27+36=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 36 (14.45% from 255 or 56.25% from 64); Max value from RGB is 36 - color contains mainly: blue. Hex color #011B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B24 is #FEE4DB. Grayscale: #141414. Windows color (decimal): -16704732 or 2366209. OLE color: 2366209.
HSL color Cylindrical-coordinate representation of color #011B24: hue angle of 195.43º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011B24 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 27 | 36 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.86 |
| HSL | 195.43º | 0.95% | 0.07% | - |
| HSV(B) | 195.43º | 0.97% | 0.14% | - |
| XYZ | 0.72 | 0.92 | 1.81 | - |
| YUV | 20.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 36 | 0.97 | 0.25 | 0 | 0.86 | 195.43 | 0.95 | 0.07 |
| Hex | 1 | 1B | 24 | 61 | 19 | 0 | 56 | C3 | 5F | 7 |
| Octal | 1 | 33 | 44 | 141 | 31 | 0 | 126 | 303 | 137 | 7 |
| Binary | 1 | 11011 | 100100 | 1100001 | 11001 | 0 | 1010110 | 11000011 | 1011111 | 111 |
Color Harmonies of #011B24
Complementary color
Monochromatic Colors of #011B24
Black with #011B24
Text Example
Text Example
White with #011B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B24; }
p { color: rgb(1,27,36); }
H1.HeaderClassName
{
color: #011B24;
}
.AnyTagClassName
{
color: #011B24;
}
</style>
background-color css
<style>
a { background-color: #011B24; }
a { background-color: rgb(1,27,36); }
div.DivClassName
{
background-color: #011B24;
}
.BgClassName
{
background-color: #011B24;
}
</style>
border-color css
<style>
span { border-color: #011B24; }
span { border-color: rgb(1,27,36); }
td.TdClassName
{
border-color: #011B24;
}
.TagClassName
{
border-color: #011B24;
}
</style>