#040E1E

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

Shades of Black Pearl #040E1E

Tints of Black Pearl #040E1E

Color information

#040E1E (or 0x040E1E) is unknown color: approx Black Pearl. HEX triplet: 04, 0E and 1E. RGB value is (4,14,30). Sum of RGB (Red+Green+Blue) = 4+14+30=48 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.33% from 48); Green value is 14 (5.86% from 255 or 29.17% from 48); Blue value is 30 (12.11% from 255 or 62.5% from 48); Max value from RGB is 30 - color contains mainly: blue. Hex color #040E1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040E1E is #FBF1E1. Grayscale: #0C0C0C. Windows color (decimal): -16511458 or 1969668. OLE color: 1969668.

HSL color Cylindrical-coordinate representation of color #040E1E: hue angle of 216.92º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #040E1E is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB41430-
CMYK0.870.5300.88
HSL216.92º76.47%6.67%-
HSV(B)216.92º86.67%11.76%-
XYZ0.440.431.29-
YUV12.83137.69121.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.33%
GREEN value IS 14 (5.86% from 255) = 29.17%
BLUE value IS 30 (12.11% from 255) = 62.5%
R=8.33%
G=29.17%
B=62.5%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal414300.870.5300.88216.9276.476.67
Hex4E1E5735058d94c7
Octal416361276501303311147
Binary100111011110101011111010101011000110110011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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