#040D16

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

Shades of Black Pearl #040D16

Tints of Black Pearl #040D16

Color information

#040D16 (or 0x040D16) is unknown color: approx Black Pearl. HEX triplet: 04, 0D and 16. RGB value is (4,13,22). Sum of RGB (Red+Green+Blue) = 4+13+22=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 13 (5.47% from 255 or 33.33% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #040D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040D16 is #FBF2E9. Grayscale: #0B0B0B. Windows color (decimal): -16511722 or 1445124. OLE color: 1445124.

HSL color Cylindrical-coordinate representation of color #040D16: hue angle of 210º 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 #040D16 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB41322-
CMYK0.820.4100.91
HSL210º69.23%5.1%-
HSV(B)210º81.82%8.63%-
XYZ0.340.370.81-
YUV11.34134.02122.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.26%
GREEN value IS 13 (5.47% from 255) = 33.33%
BLUE value IS 22 (8.98% from 255) = 56.41%
R=10.26%
G=33.33%
B=56.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal413220.820.4100.9121069.235.1
Hex4D16522905Bd2455
Octal415261225101333221055
Binary100110110110101001010100101011011110100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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