Shades of Black Pearl #051B1C
Tints of Black Pearl #051B1C
RGB
CMYK
RGB Variations
Color information
#051B1C (or 0x051B1C) is known color: Black Pearl. HEX triplet: 05, 1B and 1C. RGB value is (5,27,28). Sum of RGB (Red+Green+Blue) = 5+27+28=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 27 (10.94% from 255 or 45% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 28 - color contains mainly: blue. Hex color #051B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B1C is #FAE4E3. Grayscale: #141414. Windows color (decimal): -16442596 or 1841925. OLE color: 1841925.
HSL color Cylindrical-coordinate representation of color #051B1C: hue angle of 182.61º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #051B1C is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 27 | 28 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.89 |
| HSL | 182.61º | 0.7% | 0.06% | - |
| HSV(B) | 182.61º | 0.82% | 0.11% | - |
| XYZ | 0.66 | 0.9 | 1.24 | - |
| YUV | 20.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 28 | 0.82 | 0.04 | 0 | 0.89 | 182.61 | 0.7 | 0.06 |
| Hex | 5 | 1B | 1C | 52 | 4 | 0 | 59 | B7 | 46 | 6 |
| Octal | 5 | 33 | 34 | 122 | 4 | 0 | 131 | 267 | 106 | 6 |
| Binary | 101 | 11011 | 11100 | 1010010 | 100 | 0 | 1011001 | 10110111 | 1000110 | 110 |
Color Harmonies of #051B1C
Complementary color
Monochromatic Colors of #051B1C
Black with #051B1C
Text Example
Text Example
White with #051B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B1C; }
p { color: rgb(5,27,28); }
H1.HeaderClassName
{
color: #051B1C;
}
.AnyTagClassName
{
color: #051B1C;
}
</style>
background-color css
<style>
a { background-color: #051B1C; }
a { background-color: rgb(5,27,28); }
div.DivClassName
{
background-color: #051B1C;
}
.BgClassName
{
background-color: #051B1C;
}
</style>
border-color css
<style>
span { border-color: #051B1C; }
span { border-color: rgb(5,27,28); }
td.TdClassName
{
border-color: #051B1C;
}
.TagClassName
{
border-color: #051B1C;
}
</style>