Shades of Black Pearl #051B23
Tints of Black Pearl #051B23
RGB
CMYK
RGB Variations
Color information
#051B23 (or 0x051B23) is known color: Black Pearl. HEX triplet: 05, 1B and 23. RGB value is (5,27,35). Sum of RGB (Red+Green+Blue) = 5+27+35=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 27 (10.94% from 255 or 40.30% from 67); Blue value is 35 (14.06% from 255 or 52.24% from 67); Max value from RGB is 35 - color contains mainly: blue. Hex color #051B23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B23 is #FAE4DC. Grayscale: #151515. Windows color (decimal): -16442589 or 2300677. OLE color: 2300677.
HSL color Cylindrical-coordinate representation of color #051B23: hue angle of 196º 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 #051B23 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 5 | 27 | 35 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.86 |
| HSL | 196º | 0.75% | 0.08% | - |
| HSV(B) | 196º | 0.86% | 0.14% | - |
| XYZ | 0.76 | 0.94 | 1.73 | - |
| YUV | 21.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 35 | 0.86 | 0.23 | 0 | 0.86 | 196 | 0.75 | 0.08 |
| Hex | 5 | 1B | 23 | 56 | 17 | 0 | 56 | C4 | 4B | 8 |
| Octal | 5 | 33 | 43 | 126 | 27 | 0 | 126 | 304 | 113 | 10 |
| Binary | 101 | 11011 | 100011 | 1010110 | 10111 | 0 | 1010110 | 11000100 | 1001011 | 1000 |
Color Harmonies of #051B23
Complementary color
Monochromatic Colors of #051B23
Black with #051B23
Text Example
Text Example
White with #051B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B23; }
p { color: rgb(5,27,35); }
H1.HeaderClassName
{
color: #051B23;
}
.AnyTagClassName
{
color: #051B23;
}
</style>
background-color css
<style>
a { background-color: #051B23; }
a { background-color: rgb(5,27,35); }
div.DivClassName
{
background-color: #051B23;
}
.BgClassName
{
background-color: #051B23;
}
</style>
border-color css
<style>
span { border-color: #051B23; }
span { border-color: rgb(5,27,35); }
td.TdClassName
{
border-color: #051B23;
}
.TagClassName
{
border-color: #051B23;
}
</style>