Html Css Color HEX #040E19 Black Pearl

📋 copy color: '#040E19'

red 4 ◦ green 14 ◦ blue 25

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

Shades of Black Pearl #040E19

Tints of Black Pearl #040E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 58.14%

R = 9.3%
G = 32.56%
B = 58.14%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#040E19 (or 0x040E19) is known color: Black Pearl. HEX triplet: 04, 0E and 19. RGB value is (4,14,25). Sum of RGB (Red+Green+Blue) = 4+14+25=43 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.30% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #040E19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040E19 is #FBF1E6. Grayscale: #0C0C0C. Windows color (decimal): -16511463 or 1641988. OLE color: 1641988.

HSL color Cylindrical-coordinate representation of color #040E19: hue angle of 211.43º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #040E19 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 4 14 25 -
CMYK 0.84 0.44 0 0.90
HSL 211.43º 0.72% 0.06% -
HSV(B) 211.43º 0.84% 0.1% -
XYZ 0.38 0.41 0.98 -
YUV 12.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 4 14 25 0.84 0.44 0 0.90 211.43 0.72 0.06
Hex 4 E 19 54 2C 0 5A D3 48 6
Octal 4 16 31 124 54 0 132 323 110 6
Binary 100 1110 11001 1010100 101100 0 1011010 11010011 1001000 110

Color Harmonies of #040E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E19

Black with #040E19

Text Example


Text Example

White with #040E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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