#040F12

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

Shades of Black Pearl #040F12

Tints of Black Pearl #040F12

Color information

#040F12 (or 0x040F12) is unknown color: approx Black Pearl. HEX triplet: 04, 0F and 12. RGB value is (4,15,18). Sum of RGB (Red+Green+Blue) = 4+15+18=37 (4% of max value = 765). Red value is 4 (1.95% from 255 or 10.81% from 37); Green value is 15 (6.25% from 255 or 40.54% from 37); Blue value is 18 (7.42% from 255 or 48.65% from 37); Max value from RGB is 18 - color contains mainly: blue. Hex color #040F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F12 is #FBF0ED. Grayscale: #0C0C0C. Windows color (decimal): -16511214 or 1183492. OLE color: 1183492.

HSL color Cylindrical-coordinate representation of color #040F12: hue angle of 192.86º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #040F12 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB41518-
CMYK0.780.1700.93
HSL192.86º63.64%4.31%-
HSV(B)192.86º77.78%7.06%-
XYZ0.330.410.63-
YUV12.05131.36122.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.81%
GREEN value IS 15 (6.25% from 255) = 40.54%
BLUE value IS 18 (7.42% from 255) = 48.65%
R=10.81%
G=40.54%
B=48.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal415180.780.1700.93192.8663.644.31
Hex4F124E1105Dc1404
Octal417221162101353011004
Binary10011111001010011101000101011101110000011000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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