#041112

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

Shades of Black Pearl #041112

Tints of Black Pearl #041112

Color information

#041112 (or 0x041112) is unknown color: approx Black Pearl. HEX triplet: 04, 11 and 12. RGB value is (4,17,18). Sum of RGB (Red+Green+Blue) = 4+17+18=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 17 (7.03% from 255 or 43.59% from 39); Blue value is 18 (7.42% from 255 or 46.15% from 39); Max value from RGB is 18 - color contains mainly: blue. Hex color #041112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041112 is #FBEEED. Grayscale: #0D0D0D. Windows color (decimal): -16510702 or 1184004. OLE color: 1184004.

HSL color Cylindrical-coordinate representation of color #041112: hue angle of 184.29º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #041112 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB41718-
CMYK0.780.0600.93
HSL184.29º63.64%4.31%-
HSV(B)184.29º77.78%7.06%-
XYZ0.360.470.64-
YUV13.23130.69121.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.26%
GREEN value IS 17 (7.03% from 255) = 43.59%
BLUE value IS 18 (7.42% from 255) = 46.15%
R=10.26%
G=43.59%
B=46.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal417180.780.0600.93184.2963.644.31
Hex411124E605Db8404
Octal42122116601352701004
Binary1001000110010100111011001011101101110001000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041112; }

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

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

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

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

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

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

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

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