#041016

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

Shades of Black Pearl #041016

Tints of Black Pearl #041016

Color information

#041016 (or 0x041016) is unknown color: approx Black Pearl. HEX triplet: 04, 10 and 16. RGB value is (4,16,22). Sum of RGB (Red+Green+Blue) = 4+16+22=42 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.52% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 22 (8.98% from 255 or 52.38% from 42); Max value from RGB is 22 - color contains mainly: blue. Hex color #041016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041016 is #FBEFE9. Grayscale: #0D0D0D. Windows color (decimal): -16510954 or 1445892. OLE color: 1445892.

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

Color convert

RGB41622-
CMYK0.820.2700.91
HSL200º69.23%5.1%-
HSV(B)200º81.82%8.63%-
XYZ0.380.450.83-
YUV13.1133.02121.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.52%
GREEN value IS 16 (6.64% from 255) = 38.10%
BLUE value IS 22 (8.98% from 255) = 52.38%
R=9.52%
G=38.10%
B=52.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal416220.820.2700.9120069.235.1
Hex41016521B05Bc8455
Octal420261223301333101055
Binary100100001011010100101101101011011110010001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041016; }

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

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

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

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

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

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

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

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