Shades of Black Pearl #051D35
Tints of Black Pearl #051D35
RGB
CMYK
RGB Variations
Color information
#051D35 (or 0x051D35) is known color: Black Pearl. HEX triplet: 05, 1D and 35. RGB value is (5,29,53). Sum of RGB (Red+Green+Blue) = 5+29+53=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 53 (21.09% from 255 or 60.92% from 87); Max value from RGB is 53 - color contains mainly: blue. Hex color #051D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D35 is #FAE2CA. Grayscale: #181818. Windows color (decimal): -16442059 or 3480837. OLE color: 3480837.
HSL color Cylindrical-coordinate representation of color #051D35: hue angle of 210º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051D35 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 29 | 53 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.79 |
| HSL | 210º | 0.83% | 0.11% | - |
| HSV(B) | 210º | 0.91% | 0.21% | - |
| XYZ | 1.14 | 1.17 | 3.53 | - |
| YUV | 24.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 53 | 0.91 | 0.45 | 0 | 0.79 | 210 | 0.83 | 0.11 |
| Hex | 5 | 1D | 35 | 5B | 2D | 0 | 4F | D2 | 53 | B |
| Octal | 5 | 35 | 65 | 133 | 55 | 0 | 117 | 322 | 123 | 13 |
| Binary | 101 | 11101 | 110101 | 1011011 | 101101 | 0 | 1001111 | 11010010 | 1010011 | 1011 |
Color Harmonies of #051D35
Complementary color
Monochromatic Colors of #051D35
Black with #051D35
Text Example
Text Example
White with #051D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D35; }
p { color: rgb(5,29,53); }
H1.HeaderClassName
{
color: #051D35;
}
.AnyTagClassName
{
color: #051D35;
}
</style>
background-color css
<style>
a { background-color: #051D35; }
a { background-color: rgb(5,29,53); }
div.DivClassName
{
background-color: #051D35;
}
.BgClassName
{
background-color: #051D35;
}
</style>
border-color css
<style>
span { border-color: #051D35; }
span { border-color: rgb(5,29,53); }
td.TdClassName
{
border-color: #051D35;
}
.TagClassName
{
border-color: #051D35;
}
</style>