#041216

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

Shades of Black Pearl #041216

Tints of Black Pearl #041216

Color information

#041216 (or 0x041216) is unknown color: approx Black Pearl. HEX triplet: 04, 12 and 16. RGB value is (4,18,22). Sum of RGB (Red+Green+Blue) = 4+18+22=44 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.09% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #041216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041216 is #FBEDE9. Grayscale: #0E0E0E. Windows color (decimal): -16510442 or 1446404. OLE color: 1446404.

HSL color Cylindrical-coordinate representation of color #041216: hue angle of 193.33º 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 #041216 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB41822-
CMYK0.820.1800.91
HSL193.33º69.23%5.1%-
HSV(B)193.33º81.82%8.63%-
XYZ0.410.520.84-
YUV14.27132.36120.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.09%
GREEN value IS 18 (7.42% from 255) = 40.91%
BLUE value IS 22 (8.98% from 255) = 50%
R=9.09%
G=40.91%
B=50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal418220.820.1800.91193.3369.235.1
Hex41216521205Bc1455
Octal422261222201333011055
Binary100100101011010100101001001011011110000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041216; }

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

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

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

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

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

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

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

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