Shades of Black Pearl #011B25
Tints of Black Pearl #011B25
RGB
CMYK
RGB Variations
Color information
#011B25 (or 0x011B25) is known color: Black Pearl. HEX triplet: 01, 1B and 25. RGB value is (1,27,37). Sum of RGB (Red+Green+Blue) = 1+27+37=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 37 (14.84% from 255 or 56.92% from 65); Max value from RGB is 37 - color contains mainly: blue. Hex color #011B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B25 is #FEE4DA. Grayscale: #141414. Windows color (decimal): -16704731 or 2431745. OLE color: 2431745.
HSL color Cylindrical-coordinate representation of color #011B25: hue angle of 196.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011B25 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 27 | 37 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.85 |
| HSL | 196.67º | 0.95% | 0.07% | - |
| HSV(B) | 196.67º | 0.97% | 0.15% | - |
| XYZ | 0.74 | 0.92 | 1.89 | - |
| YUV | 20.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 37 | 0.97 | 0.27 | 0 | 0.85 | 196.67 | 0.95 | 0.07 |
| Hex | 1 | 1B | 25 | 61 | 1B | 0 | 55 | C5 | 5F | 7 |
| Octal | 1 | 33 | 45 | 141 | 33 | 0 | 125 | 305 | 137 | 7 |
| Binary | 1 | 11011 | 100101 | 1100001 | 11011 | 0 | 1010101 | 11000101 | 1011111 | 111 |
Color Harmonies of #011B25
Complementary color
Monochromatic Colors of #011B25
Black with #011B25
Text Example
Text Example
White with #011B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B25; }
p { color: rgb(1,27,37); }
H1.HeaderClassName
{
color: #011B25;
}
.AnyTagClassName
{
color: #011B25;
}
</style>
background-color css
<style>
a { background-color: #011B25; }
a { background-color: rgb(1,27,37); }
div.DivClassName
{
background-color: #011B25;
}
.BgClassName
{
background-color: #011B25;
}
</style>
border-color css
<style>
span { border-color: #011B25; }
span { border-color: rgb(1,27,37); }
td.TdClassName
{
border-color: #011B25;
}
.TagClassName
{
border-color: #011B25;
}
</style>