#000405

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

Shades of Black Pearl #000405

Tints of Black Pearl #000405

Color information

#000405 (or 0x000405) is unknown color: approx Black Pearl. HEX triplet: 00, 04 and 05. RGB value is (0,4,5). Sum of RGB (Red+Green+Blue) = 0+4+5=9 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 9); Green value is 4 (1.95% from 255 or 44.44% from 9); Blue value is 5 (2.34% from 255 or 55.56% from 9); Max value from RGB is 5 - color contains mainly: blue. Hex color #000405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000405 is #FFFBFA. Grayscale: #020202. Windows color (decimal): -16776187 or 328704. OLE color: 328704.

HSL color Cylindrical-coordinate representation of color #000405: hue angle of 192º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000405 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB045-
CMYK10.2000.98
HSL192º100%0.98%-
HSV(B)192º100%1.96%-
XYZ0.070.10.16-
YUV2.92129.17125.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 4 (1.95% from 255) = 44.44%
BLUE value IS 5 (2.34% from 255) = 55.56%
R=0%
G=44.44%
B=55.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal04510.2000.981921000.98
Hex0456414062c0641
Octal0451442401423001441
Binary0100101110010010100011000101100000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000405; }

 p { color: rgb(0,4,5); }

 H1.HeaderClassName
 {
   color: #000405;
 }
 .AnyTagClassName
 {
   color: #000405;
 }
</style>
background-color css

<style>
 a { background-color: #000405; }

 a { background-color: rgb(0,4,5); }

 div.DivClassName
 {
   background-color: #000405;
 }
 .BgClassName
 {
   background-color: #000405;
 }
</style>
border-color css

<style>
 span { border-color: #000405; }

 span { border-color: rgb(0,4,5); }

 td.TdClassName
 {
   border-color: #000405;
 }
 .TagClassName
 {
   border-color: #000405;
 }
</style>