#041416

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

Shades of Black Pearl #041416

Tints of Black Pearl #041416

Color information

#041416 (or 0x041416) is unknown color: approx Black Pearl. HEX triplet: 04, 14 and 16. RGB value is (4,20,22). Sum of RGB (Red+Green+Blue) = 4+20+22=46 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.70% from 46); Green value is 20 (8.20% from 255 or 43.48% from 46); Blue value is 22 (8.98% from 255 or 47.83% from 46); Max value from RGB is 22 - color contains mainly: blue. Hex color #041416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041416 is #FBEBE9. Grayscale: #0F0F0F. Windows color (decimal): -16509930 or 1446916. OLE color: 1446916.

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

Color convert

RGB42022-
CMYK0.820.0900.91
HSL186.67º69.23%5.1%-
HSV(B)186.67º81.82%8.63%-
XYZ0.450.580.85-
YUV15.44131.7119.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.70%
GREEN value IS 20 (8.20% from 255) = 43.48%
BLUE value IS 22 (8.98% from 255) = 47.83%
R=8.70%
G=43.48%
B=47.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal420220.820.0900.91186.6769.235.1
Hex4141652905Bbb455
Octal424261221101332731055
Binary10010100101101010010100101011011101110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041416; }

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

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

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

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

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

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

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

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