#040B11

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

Shades of Black Pearl #040B11

Tints of Black Pearl #040B11

Color information

#040B11 (or 0x040B11) is unknown color: approx Black Pearl. HEX triplet: 04, 0B and 11. RGB value is (4,11,17). Sum of RGB (Red+Green+Blue) = 4+11+17=32 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.5% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 17 (7.03% from 255 or 53.12% from 32); Max value from RGB is 17 - color contains mainly: blue. Hex color #040B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B11 is #FBF4EE. Grayscale: #090909. Windows color (decimal): -16512239 or 1116932. OLE color: 1116932.

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

Color convert

RGB41117-
CMYK0.760.3500.93
HSL207.69º61.9%4.12%-
HSV(B)207.69º76.47%6.67%-
XYZ0.270.310.58-
YUV9.59132.18124.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 12.5%
GREEN value IS 11 (4.69% from 255) = 34.38%
BLUE value IS 17 (7.03% from 255) = 53.12%
R=12.5%
G=34.38%
B=53.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal411170.760.3500.93207.6961.94.12
Hex4B114C2305Dd03e4
Octal41321114430135320764
Binary10010111000110011001000110101110111010000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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