#040F15

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

Shades of Black Pearl #040F15

Tints of Black Pearl #040F15

Color information

#040F15 (or 0x040F15) is unknown color: approx Black Pearl. HEX triplet: 04, 0F and 15. RGB value is (4,15,21). Sum of RGB (Red+Green+Blue) = 4+15+21=40 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #040F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F15 is #FBF0EA. Grayscale: #0C0C0C. Windows color (decimal): -16511211 or 1380100. OLE color: 1380100.

HSL color Cylindrical-coordinate representation of color #040F15: hue angle of 201.18º 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 #040F15 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB41521-
CMYK0.810.2900.92
HSL201.18º68%4.9%-
HSV(B)201.18º80.95%8.24%-
XYZ0.360.420.77-
YUV12.4132.86122.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10%
GREEN value IS 15 (6.25% from 255) = 37.5%
BLUE value IS 21 (8.59% from 255) = 52.5%
R=10%
G=37.5%
B=52.5%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal415210.810.2900.92201.18684.9
Hex4F15511D05Cc9445
Octal417251213501343111045
Binary10011111010110100011110101011100110010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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