Shades of Black Pearl #051F2C
Tints of Black Pearl #051F2C
RGB
CMYK
RGB Variations
Color information
#051F2C (or 0x051F2C) is known color: Black Pearl. HEX triplet: 05, 1F and 2C. RGB value is (5,31,44). Sum of RGB (Red+Green+Blue) = 5+31+44=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 31 (12.5% from 255 or 38.75% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #051F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F2C is #FAE0D3. Grayscale: #181818. Windows color (decimal): -16441556 or 2891525. OLE color: 2891525.
HSL color Cylindrical-coordinate representation of color #051F2C: hue angle of 200º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #051F2C is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 5 | 31 | 44 | - |
CMYK | 0.89 | 0.30 | 0 | 0.83 |
HSL | 200º | 0.8% | 0.1% | - |
HSV(B) | 200º | 0.89% | 0.17% | - |
XYZ | 1.01 | 1.19 | 2.56 | - |
YUV | 24.71 | 138.89 | 113.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 31 | 44 | 0.89 | 0.30 | 0 | 0.83 | 200 | 0.8 | 0.1 |
Hex | 5 | 1F | 2C | 59 | 1E | 0 | 53 | C8 | 50 | A |
Octal | 5 | 37 | 54 | 131 | 36 | 0 | 123 | 310 | 120 | 12 |
Binary | 101 | 11111 | 101100 | 1011001 | 11110 | 0 | 1010011 | 11001000 | 1010000 | 1010 |
Color Harmonies of #051F2C
Complementary color
Monochromatic Colors of #051F2C
Black with #051F2C
Text Example
Text Example
White with #051F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F2C; }
p { color: rgb(5,31,44); }
H1.HeaderClassName
{
color: #051F2C;
}
.AnyTagClassName
{
color: #051F2C;
}
</style>
background-color css
<style>
a { background-color: #051F2C; }
a { background-color: rgb(5,31,44); }
div.DivClassName
{
background-color: #051F2C;
}
.BgClassName
{
background-color: #051F2C;
}
</style>
border-color css
<style>
span { border-color: #051F2C; }
span { border-color: rgb(5,31,44); }
td.TdClassName
{
border-color: #051F2C;
}
.TagClassName
{
border-color: #051F2C;
}
</style>