#040D11

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

Shades of Black Pearl #040D11

Tints of Black Pearl #040D11

Color information

#040D11 (or 0x040D11) is unknown color: approx Black Pearl. HEX triplet: 04, 0D and 11. RGB value is (4,13,17). Sum of RGB (Red+Green+Blue) = 4+13+17=34 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.76% from 34); Green value is 13 (5.47% from 255 or 38.24% from 34); Blue value is 17 (7.03% from 255 or 50% from 34); Max value from RGB is 17 - color contains mainly: blue. Hex color #040D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040D11 is #FBF2EE. Grayscale: #0A0A0A. Windows color (decimal): -16511727 or 1117444. OLE color: 1117444.

HSL color Cylindrical-coordinate representation of color #040D11: hue angle of 198.46º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #040D11 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB41317-
CMYK0.760.2400.93
HSL198.46º61.9%4.12%-
HSV(B)198.46º76.47%6.67%-
XYZ0.30.350.58-
YUV10.76131.52123.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 11.76%
GREEN value IS 13 (5.47% from 255) = 38.24%
BLUE value IS 17 (7.03% from 255) = 50%
R=11.76%
G=38.24%
B=50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal413170.760.2400.93198.4661.94.12
Hex4D114C1805Dc63e4
Octal41521114300135306764
Binary1001101100011001100110000101110111000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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