Html Css Color HEX #040E11 Black Pearl

📋 copy color: '#040E11'

red 4 ◦ green 14 ◦ blue 17

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

Shades of Black Pearl #040E11

Tints of Black Pearl #040E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 48.57%

R = 11.43%
G = 40%
B = 48.57%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#040E11 (or 0x040E11) is known color: Black Pearl. HEX triplet: 04, 0E and 11. RGB value is (4,14,17). Sum of RGB (Red+Green+Blue) = 4+14+17=35 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.43% from 35); Green value is 14 (5.86% from 255 or 40% from 35); Blue value is 17 (7.03% from 255 or 48.57% from 35); Max value from RGB is 17 - color contains mainly: blue. Hex color #040E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040E11 is #FBF1EE. Grayscale: #0B0B0B. Windows color (decimal): -16511471 or 1117700. OLE color: 1117700.

HSL color Cylindrical-coordinate representation of color #040E11: hue angle of 193.85º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #040E11 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 4 14 17 -
CMYK 0.76 0.18 0 0.93
HSL 193.85º 0.62% 0.04% -
HSV(B) 193.85º 0.76% 0.07% -
XYZ 0.31 0.38 0.59 -
YUV 11.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 4 14 17 0.76 0.18 0 0.93 193.85 0.62 0.04
Hex 4 E 11 4C 12 0 5D C2 3E 4
Octal 4 16 21 114 22 0 135 302 76 4
Binary 100 1110 10001 1001100 10010 0 1011101 11000010 111110 100

Color Harmonies of #040E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E11

Black with #040E11

Text Example


Text Example

White with #040E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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