#040F14

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

Shades of Black Pearl #040F14

Tints of Black Pearl #040F14

Color information

#040F14 (or 0x040F14) is unknown color: approx Black Pearl. HEX triplet: 04, 0F and 14. RGB value is (4,15,20). Sum of RGB (Red+Green+Blue) = 4+15+20=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 20 (8.20% from 255 or 51.28% from 39); Max value from RGB is 20 - color contains mainly: blue. Hex color #040F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F14 is #FBF0EB. Grayscale: #0C0C0C. Windows color (decimal): -16511212 or 1314564. OLE color: 1314564.

HSL color Cylindrical-coordinate representation of color #040F14: hue angle of 198.75º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #040F14 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB41520-
CMYK0.800.2500.92
HSL198.75º66.67%4.71%-
HSV(B)198.75º80%7.84%-
XYZ0.350.420.72-
YUV12.28132.36122.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.26%
GREEN value IS 15 (6.25% from 255) = 38.46%
BLUE value IS 20 (8.20% from 255) = 51.28%
R=10.26%
G=38.46%
B=51.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal415200.800.2500.92198.7566.674.71
Hex4F14501905Cc7435
Octal417241203101343071035
Binary10011111010010100001100101011100110001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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