#041013

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

Shades of Black Pearl #041013

Tints of Black Pearl #041013

Color information

#041013 (or 0x041013) is unknown color: approx Black Pearl. HEX triplet: 04, 10 and 13. RGB value is (4,16,19). Sum of RGB (Red+Green+Blue) = 4+16+19=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 19 (7.81% from 255 or 48.72% from 39); Max value from RGB is 19 - color contains mainly: blue. Hex color #041013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041013 is #FBEFEC. Grayscale: #0C0C0C. Windows color (decimal): -16510957 or 1249284. OLE color: 1249284.

HSL color Cylindrical-coordinate representation of color #041013: hue angle of 192º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #041013 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB41619-
CMYK0.790.1600.93
HSL192º65.22%4.51%-
HSV(B)192º78.95%7.45%-
XYZ0.350.440.68-
YUV12.75131.52121.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.26%
GREEN value IS 16 (6.64% from 255) = 41.03%
BLUE value IS 19 (7.81% from 255) = 48.72%
R=10.26%
G=41.03%
B=48.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal416190.790.1600.9319265.224.51
Hex410134F1005Dc0415
Octal420231172001353001015
Binary100100001001110011111000001011101110000001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041013; }

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

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

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

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

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

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

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

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