#040D15

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

Shades of Black Pearl #040D15

Tints of Black Pearl #040D15

Color information

#040D15 (or 0x040D15) is unknown color: approx Black Pearl. HEX triplet: 04, 0D and 15. RGB value is (4,13,21). Sum of RGB (Red+Green+Blue) = 4+13+21=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 13 (5.47% from 255 or 34.21% from 38); Blue value is 21 (8.59% from 255 or 55.26% from 38); Max value from RGB is 21 - color contains mainly: blue. Hex color #040D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040D15 is #FBF2EA. Grayscale: #0B0B0B. Windows color (decimal): -16511723 or 1379588. OLE color: 1379588.

HSL color Cylindrical-coordinate representation of color #040D15: hue angle of 208.24º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #040D15 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB41321-
CMYK0.810.3800.92
HSL208.24º68%4.9%-
HSV(B)208.24º80.95%8.24%-
XYZ0.330.370.76-
YUV11.22133.52122.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.53%
GREEN value IS 13 (5.47% from 255) = 34.21%
BLUE value IS 21 (8.59% from 255) = 55.26%
R=10.53%
G=34.21%
B=55.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal413210.810.3800.92208.24684.9
Hex4D15512605Cd0445
Octal415251214601343201045
Binary100110110101101000110011001011100110100001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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