#040D19

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

Shades of Black Pearl #040D19

Tints of Black Pearl #040D19

Color information

#040D19 (or 0x040D19) is unknown color: approx Black Pearl. HEX triplet: 04, 0D and 19. RGB value is (4,13,25). Sum of RGB (Red+Green+Blue) = 4+13+25=42 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.52% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 25 (10.16% from 255 or 59.52% from 42); Max value from RGB is 25 - color contains mainly: blue. Hex color #040D19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040D19 is #FBF2E6. Grayscale: #0B0B0B. Windows color (decimal): -16511719 or 1641732. OLE color: 1641732.

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

Color convert

RGB41325-
CMYK0.840.4800.90
HSL214.29º72.41%5.69%-
HSV(B)214.29º84%9.8%-
XYZ0.370.380.97-
YUV11.68135.52122.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.52%
GREEN value IS 13 (5.47% from 255) = 30.95%
BLUE value IS 25 (10.16% from 255) = 59.52%
R=9.52%
G=30.95%
B=59.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal413250.840.4800.90214.2972.415.69
Hex4D19543005Ad6486
Octal415311246001323261106
Binary100110111001101010011000001011010110101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040D19; }

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

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

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

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

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

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

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

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