#040A11

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

Shades of Black Pearl #040A11

Tints of Black Pearl #040A11

Color information

#040A11 (or 0x040A11) is unknown color: approx Black Pearl. HEX triplet: 04, 0A and 11. RGB value is (4,10,17). Sum of RGB (Red+Green+Blue) = 4+10+17=31 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.90% from 31); Green value is 10 (4.30% from 255 or 32.26% from 31); Blue value is 17 (7.03% from 255 or 54.84% from 31); Max value from RGB is 17 - color contains mainly: blue. Hex color #040A11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040A11 is #FBF5EE. Grayscale: #080808. Windows color (decimal): -16512495 or 1116676. OLE color: 1116676.

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

Color convert

RGB41017-
CMYK0.760.4100.93
HSL212.31º61.9%4.12%-
HSV(B)212.31º76.47%6.67%-
XYZ0.260.280.57-
YUV9132.51124.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 12.90%
GREEN value IS 10 (4.30% from 255) = 32.26%
BLUE value IS 17 (7.03% from 255) = 54.84%
R=12.90%
G=32.26%
B=54.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal410170.760.4100.93212.3161.94.12
Hex4A114C2905Dd43e4
Octal41221114510135324764
Binary10010101000110011001010010101110111010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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