#041019

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

Shades of Black Pearl #041019

Tints of Black Pearl #041019

Color information

#041019 (or 0x041019) is unknown color: approx Black Pearl. HEX triplet: 04, 10 and 19. RGB value is (4,16,25). Sum of RGB (Red+Green+Blue) = 4+16+25=45 (5% of max value = 765). Red value is 4 (1.95% from 255 or 8.89% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 25 (10.16% from 255 or 55.56% from 45); Max value from RGB is 25 - color contains mainly: blue. Hex color #041019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041019 is #FBEFE6. Grayscale: #0D0D0D. Windows color (decimal): -16510951 or 1642500. OLE color: 1642500.

HSL color Cylindrical-coordinate representation of color #041019: hue angle of 205.71º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #041019 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB41625-
CMYK0.840.3600.90
HSL205.71º72.41%5.69%-
HSV(B)205.71º84%9.8%-
XYZ0.410.470.99-
YUV13.44134.52121.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.89%
GREEN value IS 16 (6.64% from 255) = 35.56%
BLUE value IS 25 (10.16% from 255) = 55.56%
R=8.89%
G=35.56%
B=55.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal416250.840.3600.90205.7172.415.69
Hex41019542405Ace486
Octal420311244401323161106
Binary1001000011001101010010010001011010110011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041019; }

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

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

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

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

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

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

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

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