Shades of Black Pearl #010405
Tints of Black Pearl #010405
RGB
CMYK
RGB Variations
Color information
#010405 (or 0x010405) is known color: Black Pearl. HEX triplet: 01, 04 and 05. RGB value is (1,4,5). Sum of RGB (Red+Green+Blue) = 1+4+5=10 (1% of max value = 765). Red value is 1 (0.78% from 255 or 10% from 10); Green value is 4 (1.95% from 255 or 40% from 10); Blue value is 5 (2.34% from 255 or 50% from 10); Max value from RGB is 5 - color contains mainly: blue. Hex color #010405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010405 is #FEFBFA. Grayscale: #030303. Windows color (decimal): -16710651 or 328705. OLE color: 328705.
HSL color Cylindrical-coordinate representation of color #010405: hue angle of 195º degrees, saturation: 0.67, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #010405 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
RGB | 1 | 4 | 5 | - |
CMYK | 0.80 | 0.20 | 0 | 0.98 |
HSL | 195º | 0.67% | 0.01% | - |
HSV(B) | 195º | 0.8% | 0.02% | - |
XYZ | 0.08 | 0.1 | 0.16 | - |
YUV | 3.22 | 129.01 | 126.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 4 | 5 | 0.80 | 0.20 | 0 | 0.98 | 195 | 0.67 | 0.01 |
Hex | 1 | 4 | 5 | 50 | 14 | 0 | 62 | C3 | 43 | 1 |
Octal | 1 | 4 | 5 | 120 | 24 | 0 | 142 | 303 | 103 | 1 |
Binary | 1 | 100 | 101 | 1010000 | 10100 | 0 | 1100010 | 11000011 | 1000011 | 1 |
Color Harmonies of #010405
Complementary color
Monochromatic Colors of #010405
Black with #010405
Text Example
Text Example
White with #010405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010405; }
p { color: rgb(1,4,5); }
H1.HeaderClassName
{
color: #010405;
}
.AnyTagClassName
{
color: #010405;
}
</style>
background-color css
<style>
a { background-color: #010405; }
a { background-color: rgb(1,4,5); }
div.DivClassName
{
background-color: #010405;
}
.BgClassName
{
background-color: #010405;
}
</style>
border-color css
<style>
span { border-color: #010405; }
span { border-color: rgb(1,4,5); }
td.TdClassName
{
border-color: #010405;
}
.TagClassName
{
border-color: #010405;
}
</style>