Html Css Color HEX #040E1D Black Pearl

📋 copy color: '#040E1D'

red 4 ◦ green 14 ◦ blue 29

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

Shades of Black Pearl #040E1D

Tints of Black Pearl #040E1D

RGB

 RED value IS 4 (1.95% from 255) = 8.51%

 GREEN value IS 14 (5.86% from 255) = 29.79%

 BLUE value IS 29 (11.72% from 255) = 61.7%

R = 8.51%
G = 29.79%
B = 61.7%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#040E1D (or 0x040E1D) is known color: Black Pearl. HEX triplet: 04, 0E and 1D. RGB value is (4,14,29). Sum of RGB (Red+Green+Blue) = 4+14+29=47 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.51% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 29 (11.72% from 255 or 61.70% from 47); Max value from RGB is 29 - color contains mainly: blue. Hex color #040E1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040E1D is #FBF1E2. Grayscale: #0C0C0C. Windows color (decimal): -16511459 or 1904132. OLE color: 1904132.

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

Color convert

RGB 4 14 29 -
CMYK 0.86 0.52 0 0.89
HSL 216º 0.76% 0.06% -
HSV(B) 216º 0.86% 0.11% -
XYZ 0.43 0.43 1.22 -
YUV 12.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 4 14 29 0.86 0.52 0 0.89 216 0.76 0.06
Hex 4 E 1D 56 34 0 59 D8 4C 6
Octal 4 16 35 126 64 0 131 330 114 6
Binary 100 1110 11101 1010110 110100 0 1011001 11011000 1001100 110

Color Harmonies of #040E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E1D

Black with #040E1D

Text Example


Text Example

White with #040E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #040E1D;
 }
 .AnyTagClassName
 {
   color: #040E1D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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