#040911

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

Shades of Black Pearl #040911

Tints of Black Pearl #040911

Color information

#040911 (or 0x040911) is unknown color: approx Black Pearl. HEX triplet: 04, 09 and 11. RGB value is (4,9,17). Sum of RGB (Red+Green+Blue) = 4+9+17=30 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.33% from 30); Green value is 9 (3.91% from 255 or 30% from 30); Blue value is 17 (7.03% from 255 or 56.67% from 30); Max value from RGB is 17 - color contains mainly: blue. Hex color #040911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040911 is #FBF6EE. Grayscale: #080808. Windows color (decimal): -16512751 or 1116420. OLE color: 1116420.

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

Color convert

RGB4917-
CMYK0.760.4700.93
HSL216.92º61.9%4.12%-
HSV(B)216.92º76.47%6.67%-
XYZ0.250.260.57-
YUV8.42132.84124.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 13.33%
GREEN value IS 9 (3.91% from 255) = 30%
BLUE value IS 17 (7.03% from 255) = 56.67%
R=13.33%
G=30%
B=56.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal49170.760.4700.93216.9261.94.12
Hex49114C2F05Dd93e4
Octal41121114570135331764
Binary10010011000110011001011110101110111011001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040911; }

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

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

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

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

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

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

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

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