#040506

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

Shades of Black Pearl #040506

Tints of Black Pearl #040506

Color information

#040506 (or 0x040506) is unknown color: approx Black Pearl. HEX triplet: 04, 05 and 06. RGB value is (4,5,6). Sum of RGB (Red+Green+Blue) = 4+5+6=15 (1% of max value = 765). Red value is 4 (1.95% from 255 or 26.67% from 15); Green value is 5 (2.34% from 255 or 33.33% from 15); Blue value is 6 (2.73% from 255 or 40% from 15); Max value from RGB is 6 - color contains mainly: blue. Hex color #040506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040506 is #FBFAF9. Grayscale: #040404. Windows color (decimal): -16513786 or 394500. OLE color: 394500.

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

Color convert

RGB456-
CMYK0.330.1700.98
HSL210º20%1.96%-
HSV(B)210º33.33%2.35%-
XYZ0.140.150.19-
YUV4.81128.67127.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 26.67%
GREEN value IS 5 (2.34% from 255) = 33.33%
BLUE value IS 6 (2.73% from 255) = 40%
R=26.67%
G=33.33%
B=40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal4560.330.1700.98210201.96
Hex4562111062d2142
Octal45641210142322242
Binary1001011101000011000101100010110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040506; }

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

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

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

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

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

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

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

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