#010405

Color #010405 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #010405

Tints of Black Pearl #010405

Color information

#010405 (or 0x010405) is unknown color: approx 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

RGB145-
CMYK0.800.2000.98
HSL195º66.67%1.18%-
HSV(B)195º80%1.96%-
XYZ0.080.10.16-
YUV3.22129.01126.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 10%
GREEN value IS 4 (1.95% from 255) = 40%
BLUE value IS 5 (2.34% from 255) = 50%
R=10%
G=40%
B=50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal1450.800.2000.9819566.671.18
Hex1455014062c3431
Octal1451202401423031031
Binary1100101101000010100011000101100001110000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>