#041116

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

Shades of Black Pearl #041116

Tints of Black Pearl #041116

Color information

#041116 (or 0x041116) is unknown color: approx Black Pearl. HEX triplet: 04, 11 and 16. RGB value is (4,17,22). Sum of RGB (Red+Green+Blue) = 4+17+22=43 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.30% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #041116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041116 is #FBEEE9. Grayscale: #0D0D0D. Windows color (decimal): -16510698 or 1446148. OLE color: 1446148.

HSL color Cylindrical-coordinate representation of color #041116: hue angle of 196.67º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #041116 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB41722-
CMYK0.820.2300.91
HSL196.67º69.23%5.1%-
HSV(B)196.67º81.82%8.63%-
XYZ0.40.480.83-
YUV13.68132.69121.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.30%
GREEN value IS 17 (7.03% from 255) = 39.53%
BLUE value IS 22 (8.98% from 255) = 51.16%
R=9.30%
G=39.53%
B=51.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal417220.820.2300.91196.6769.235.1
Hex41116521705Bc5455
Octal421261222701333051055
Binary100100011011010100101011101011011110001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041116; }

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

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

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

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

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

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

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

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