#040F11

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

Shades of Black Pearl #040F11

Tints of Black Pearl #040F11

Color information

#040F11 (or 0x040F11) is unknown color: approx Black Pearl. HEX triplet: 04, 0F and 11. RGB value is (4,15,17). Sum of RGB (Red+Green+Blue) = 4+15+17=36 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.11% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 17 - color contains mainly: blue. Hex color #040F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F11 is #FBF0EE. Grayscale: #0B0B0B. Windows color (decimal): -16511215 or 1117956. OLE color: 1117956.

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

Color convert

RGB41517-
CMYK0.760.1200.93
HSL189.23º61.9%4.12%-
HSV(B)189.23º76.47%6.67%-
XYZ0.320.410.59-
YUV11.94130.86122.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 11.11%
GREEN value IS 15 (6.25% from 255) = 41.67%
BLUE value IS 17 (7.03% from 255) = 47.22%
R=11.11%
G=41.67%
B=47.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal415170.760.1200.93189.2361.94.12
Hex4F114CC05Dbd3e4
Octal41721114140135275764
Binary100111110001100110011000101110110111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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