Shades of Black Pearl #051F35
Tints of Black Pearl #051F35
RGB
CMYK
RGB Variations
Color information
#051F35 (or 0x051F35) is known color: Black Pearl. HEX triplet: 05, 1F and 35. RGB value is (5,31,53). Sum of RGB (Red+Green+Blue) = 5+31+53=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #051F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F35 is #FAE0CA. Grayscale: #191919. Windows color (decimal): -16441547 or 3481349. OLE color: 3481349.
HSL color Cylindrical-coordinate representation of color #051F35: hue angle of 207.5º 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 #051F35 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 31 | 53 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.79 |
| HSL | 207.5º | 0.83% | 0.11% | - |
| HSV(B) | 207.5º | 0.91% | 0.21% | - |
| XYZ | 1.2 | 1.27 | 3.55 | - |
| YUV | 25.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 53 | 0.91 | 0.42 | 0 | 0.79 | 207.5 | 0.83 | 0.11 |
| Hex | 5 | 1F | 35 | 5B | 2A | 0 | 4F | D0 | 53 | B |
| Octal | 5 | 37 | 65 | 133 | 52 | 0 | 117 | 320 | 123 | 13 |
| Binary | 101 | 11111 | 110101 | 1011011 | 101010 | 0 | 1001111 | 11010000 | 1010011 | 1011 |
Color Harmonies of #051F35
Complementary color
Monochromatic Colors of #051F35
Black with #051F35
Text Example
Text Example
White with #051F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F35; }
p { color: rgb(5,31,53); }
H1.HeaderClassName
{
color: #051F35;
}
.AnyTagClassName
{
color: #051F35;
}
</style>
background-color css
<style>
a { background-color: #051F35; }
a { background-color: rgb(5,31,53); }
div.DivClassName
{
background-color: #051F35;
}
.BgClassName
{
background-color: #051F35;
}
</style>
border-color css
<style>
span { border-color: #051F35; }
span { border-color: rgb(5,31,53); }
td.TdClassName
{
border-color: #051F35;
}
.TagClassName
{
border-color: #051F35;
}
</style>