#041419

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

Shades of Black Pearl #041419

Tints of Black Pearl #041419

Color information

#041419 (or 0x041419) is unknown color: approx Black Pearl. HEX triplet: 04, 14 and 19. RGB value is (4,20,25). Sum of RGB (Red+Green+Blue) = 4+20+25=49 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.16% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 25 (10.16% from 255 or 51.02% from 49); Max value from RGB is 25 - color contains mainly: blue. Hex color #041419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041419 is #FBEBE6. Grayscale: #0F0F0F. Windows color (decimal): -16509927 or 1643524. OLE color: 1643524.

HSL color Cylindrical-coordinate representation of color #041419: hue angle of 194.29º 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 #041419 is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB42025-
CMYK0.840.2000.90
HSL194.29º72.41%5.69%-
HSV(B)194.29º84%9.8%-
XYZ0.480.61.01-
YUV15.79133.2119.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.16%
GREEN value IS 20 (8.20% from 255) = 40.82%
BLUE value IS 25 (10.16% from 255) = 51.02%
R=8.16%
G=40.82%
B=51.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal420250.840.2000.90194.2972.415.69
Hex41419541405Ac2486
Octal424311242401323021106
Binary100101001100110101001010001011010110000101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041419; }

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

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

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

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

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

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

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

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