#041316

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

Shades of Black Pearl #041316

Tints of Black Pearl #041316

Color information

#041316 (or 0x041316) is unknown color: approx Black Pearl. HEX triplet: 04, 13 and 16. RGB value is (4,19,22). Sum of RGB (Red+Green+Blue) = 4+19+22=45 (5% of max value = 765). Red value is 4 (1.95% from 255 or 8.89% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #041316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041316 is #FBECE9. Grayscale: #0E0E0E. Windows color (decimal): -16510186 or 1446660. OLE color: 1446660.

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

Color convert

RGB41922-
CMYK0.820.1400.91
HSL190º69.23%5.1%-
HSV(B)190º81.82%8.63%-
XYZ0.430.550.84-
YUV14.86132.03120.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.89%
GREEN value IS 19 (7.81% from 255) = 42.22%
BLUE value IS 22 (8.98% from 255) = 48.89%
R=8.89%
G=42.22%
B=48.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal419220.820.1400.9119069.235.1
Hex4131652E05Bbe455
Octal423261221601332761055
Binary10010011101101010010111001011011101111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041316; }

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

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

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

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

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

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

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

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