Shades of Black Pearl #051923
Tints of Black Pearl #051923
RGB
CMYK
RGB Variations
Color information
#051923 (or 0x051923) is known color: Black Pearl. HEX triplet: 05, 19 and 23. RGB value is (5,25,35). Sum of RGB (Red+Green+Blue) = 5+25+35=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 35 (14.06% from 255 or 53.85% from 65); Max value from RGB is 35 - color contains mainly: blue. Hex color #051923 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051923 is #FAE6DC. Grayscale: #141414. Windows color (decimal): -16443101 or 2300165. OLE color: 2300165.
HSL color Cylindrical-coordinate representation of color #051923: hue angle of 200º 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 #051923 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 5 | 25 | 35 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.86 |
| HSL | 200º | 0.75% | 0.08% | - |
| HSV(B) | 200º | 0.86% | 0.14% | - |
| XYZ | 0.71 | 0.85 | 1.72 | - |
| YUV | 20.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 35 | 0.86 | 0.29 | 0 | 0.86 | 200 | 0.75 | 0.08 |
| Hex | 5 | 19 | 23 | 56 | 1D | 0 | 56 | C8 | 4B | 8 |
| Octal | 5 | 31 | 43 | 126 | 35 | 0 | 126 | 310 | 113 | 10 |
| Binary | 101 | 11001 | 100011 | 1010110 | 11101 | 0 | 1010110 | 11001000 | 1001011 | 1000 |
Color Harmonies of #051923
Complementary color
Monochromatic Colors of #051923
Black with #051923
Text Example
Text Example
White with #051923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051923; }
p { color: rgb(5,25,35); }
H1.HeaderClassName
{
color: #051923;
}
.AnyTagClassName
{
color: #051923;
}
</style>
background-color css
<style>
a { background-color: #051923; }
a { background-color: rgb(5,25,35); }
div.DivClassName
{
background-color: #051923;
}
.BgClassName
{
background-color: #051923;
}
</style>
border-color css
<style>
span { border-color: #051923; }
span { border-color: rgb(5,25,35); }
td.TdClassName
{
border-color: #051923;
}
.TagClassName
{
border-color: #051923;
}
</style>