#040C14

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

Shades of Black Pearl #040C14

Tints of Black Pearl #040C14

Color information

#040C14 (or 0x040C14) is unknown color: approx Black Pearl. HEX triplet: 04, 0C and 14. RGB value is (4,12,20). Sum of RGB (Red+Green+Blue) = 4+12+20=36 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.11% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 20 (8.20% from 255 or 55.56% from 36); Max value from RGB is 20 - color contains mainly: blue. Hex color #040C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040C14 is #FBF3EB. Grayscale: #0A0A0A. Windows color (decimal): -16511980 or 1313796. OLE color: 1313796.

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

Color convert

RGB41220-
CMYK0.800.4000.92
HSL210º66.67%4.71%-
HSV(B)210º80%7.84%-
XYZ0.310.340.71-
YUV10.52133.35123.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 11.11%
GREEN value IS 12 (5.08% from 255) = 33.33%
BLUE value IS 20 (8.20% from 255) = 55.56%
R=11.11%
G=33.33%
B=55.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal412200.800.4000.9221066.674.71
Hex4C14502805Cd2435
Octal414241205001343221035
Binary100110010100101000010100001011100110100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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