Html Css Color HEX #040E1E Black Pearl

📋 copy color: '#040E1E'

red 4 ◦ green 14 ◦ blue 30

#040E1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #040E1E

Tints of Black Pearl #040E1E

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 value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#040E1E (or 0x040E1E) is known color: 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

RGB 4 14 30 -
CMYK 0.87 0.53 0 0.88
HSL 216.92º 0.76% 0.07% -
HSV(B) 216.92º 0.87% 0.12% -
XYZ 0.44 0.43 1.29 -
YUV 12.83 137.69 121.7 -
System Red Green Blue C M Y K H S L
Decimal 4 14 30 0.87 0.53 0 0.88 216.92 0.76 0.07
Hex 4 E 1E 57 35 0 58 D9 4C 7
Octal 4 16 36 127 65 0 130 331 114 7
Binary 100 1110 11110 1010111 110101 0 1011000 11011001 1001100 111

Color Harmonies of #040E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E1E

Black with #040E1E

Text Example


Text Example

White with #040E1E

Text Example


Text Example

HTML Codes & Css Web 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>