#040E16

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

Shades of Black Pearl #040E16

Tints of Black Pearl #040E16

Color information

#040E16 (or 0x040E16) is unknown color: approx Black Pearl. HEX triplet: 04, 0E and 16. RGB value is (4,14,22). Sum of RGB (Red+Green+Blue) = 4+14+22=40 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10% from 40); Green value is 14 (5.86% from 255 or 35% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #040E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040E16 is #FBF1E9. Grayscale: #0B0B0B. Windows color (decimal): -16511466 or 1445380. OLE color: 1445380.

HSL color Cylindrical-coordinate representation of color #040E16: hue angle of 206.67º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #040E16 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB41422-
CMYK0.820.3600.91
HSL206.67º69.23%5.1%-
HSV(B)206.67º81.82%8.63%-
XYZ0.350.40.82-
YUV11.92133.69122.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10%
GREEN value IS 14 (5.86% from 255) = 35%
BLUE value IS 22 (8.98% from 255) = 55%
R=10%
G=35%
B=55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal414220.820.3600.91206.6769.235.1
Hex4E16522405Bcf455
Octal416261224401333171055
Binary100111010110101001010010001011011110011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040E16; }

 p { color: rgb(4,14,22); }

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

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

 a { background-color: rgb(4,14,22); }

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

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

 span { border-color: rgb(4,14,22); }

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