Shades of Black Pearl #051D23
Tints of Black Pearl #051D23
RGB
CMYK
RGB Variations
Color information
#051D23 (or 0x051D23) is known color: Black Pearl. HEX triplet: 05, 1D and 23. RGB value is (5,29,35). Sum of RGB (Red+Green+Blue) = 5+29+35=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 29 (11.72% from 255 or 42.03% from 69); Blue value is 35 (14.06% from 255 or 50.72% from 69); Max value from RGB is 35 - color contains mainly: blue. Hex color #051D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D23 is #FAE2DC. Grayscale: #161616. Windows color (decimal): -16442077 or 2301189. OLE color: 2301189.
HSL color Cylindrical-coordinate representation of color #051D23: hue angle of 192º 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 #051D23 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 5 | 29 | 35 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.86 |
| HSL | 192º | 0.75% | 0.08% | - |
| HSV(B) | 192º | 0.86% | 0.14% | - |
| XYZ | 0.81 | 1.03 | 1.75 | - |
| YUV | 22.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 35 | 0.86 | 0.17 | 0 | 0.86 | 192 | 0.75 | 0.08 |
| Hex | 5 | 1D | 23 | 56 | 11 | 0 | 56 | C0 | 4B | 8 |
| Octal | 5 | 35 | 43 | 126 | 21 | 0 | 126 | 300 | 113 | 10 |
| Binary | 101 | 11101 | 100011 | 1010110 | 10001 | 0 | 1010110 | 11000000 | 1001011 | 1000 |
Color Harmonies of #051D23
Complementary color
Monochromatic Colors of #051D23
Black with #051D23
Text Example
Text Example
White with #051D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D23; }
p { color: rgb(5,29,35); }
H1.HeaderClassName
{
color: #051D23;
}
.AnyTagClassName
{
color: #051D23;
}
</style>
background-color css
<style>
a { background-color: #051D23; }
a { background-color: rgb(5,29,35); }
div.DivClassName
{
background-color: #051D23;
}
.BgClassName
{
background-color: #051D23;
}
</style>
border-color css
<style>
span { border-color: #051D23; }
span { border-color: rgb(5,29,35); }
td.TdClassName
{
border-color: #051D23;
}
.TagClassName
{
border-color: #051D23;
}
</style>