Shades of Black Pearl #051E23
Tints of Black Pearl #051E23
RGB
CMYK
RGB Variations
Color information
#051E23 (or 0x051E23) is known color: Black Pearl. HEX triplet: 05, 1E and 23. RGB value is (5,30,35). Sum of RGB (Red+Green+Blue) = 5+30+35=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 35 (14.06% from 255 or 50% from 70); Max value from RGB is 35 - color contains mainly: blue. Hex color #051E23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E23 is #FAE1DC. Grayscale: #171717. Windows color (decimal): -16441821 or 2301445. OLE color: 2301445.
HSL color Cylindrical-coordinate representation of color #051E23: hue angle of 190º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #051E23 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 5 | 30 | 35 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.86 |
| HSL | 190º | 0.75% | 0.08% | - |
| HSV(B) | 190º | 0.86% | 0.14% | - |
| XYZ | 0.83 | 1.08 | 1.76 | - |
| YUV | 23.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 35 | 0.86 | 0.14 | 0 | 0.86 | 190 | 0.75 | 0.08 |
| Hex | 5 | 1E | 23 | 56 | E | 0 | 56 | BE | 4B | 8 |
| Octal | 5 | 36 | 43 | 126 | 16 | 0 | 126 | 276 | 113 | 10 |
| Binary | 101 | 11110 | 100011 | 1010110 | 1110 | 0 | 1010110 | 10111110 | 1001011 | 1000 |
Color Harmonies of #051E23
Complementary color
Monochromatic Colors of #051E23
Black with #051E23
Text Example
Text Example
White with #051E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E23; }
p { color: rgb(5,30,35); }
H1.HeaderClassName
{
color: #051E23;
}
.AnyTagClassName
{
color: #051E23;
}
</style>
background-color css
<style>
a { background-color: #051E23; }
a { background-color: rgb(5,30,35); }
div.DivClassName
{
background-color: #051E23;
}
.BgClassName
{
background-color: #051E23;
}
</style>
border-color css
<style>
span { border-color: #051E23; }
span { border-color: rgb(5,30,35); }
td.TdClassName
{
border-color: #051E23;
}
.TagClassName
{
border-color: #051E23;
}
</style>