#040E1B

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

Shades of Black Pearl #040E1B

Tints of Black Pearl #040E1B

Color information

#040E1B (or 0x040E1B) is unknown color: approx Black Pearl. HEX triplet: 04, 0E and 1B. RGB value is (4,14,27). Sum of RGB (Red+Green+Blue) = 4+14+27=45 (5% of max value = 765). Red value is 4 (1.95% from 255 or 8.89% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 27 (10.94% from 255 or 60% from 45); Max value from RGB is 27 - color contains mainly: blue. Hex color #040E1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040E1B is #FBF1E4. Grayscale: #0C0C0C. Windows color (decimal): -16511461 or 1773060. OLE color: 1773060.

HSL color Cylindrical-coordinate representation of color #040E1B: hue angle of 213.91º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #040E1B is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB41427-
CMYK0.850.4800.89
HSL213.91º74.19%6.08%-
HSV(B)213.91º85.19%10.59%-
XYZ0.40.421.1-
YUV12.49136.19121.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.89%
GREEN value IS 14 (5.86% from 255) = 31.11%
BLUE value IS 27 (10.94% from 255) = 60%
R=8.89%
G=31.11%
B=60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal414270.850.4800.89213.9174.196.08
Hex4E1B5530059d64a6
Octal416331256001313261126
Binary100111011011101010111000001011001110101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,14,27); }

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

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

 a { background-color: rgb(4,14,27); }

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

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

 span { border-color: rgb(4,14,27); }

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