Html Css Color HEX #040E1B Black Pearl

📋 copy color: '#040E1B'

red 4 ◦ green 14 ◦ blue 27

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

Shades of Black Pearl #040E1B

Tints of Black Pearl #040E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 60%

R = 8.89%
G = 31.11%
B = 60%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#040E1B (or 0x040E1B) is known color: Black Pearl. HEX triplet: 04, 0E and 1B. RGB value is (4,14,27). Sum of RGB (Red+Green+Blue) = 4+14+27=45 (5% of max value = 765). Red value is 4 (1.95% from 255 or 8.89% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 27 (10.94% from 255 or 60% from 45); Max value from RGB is 27 - color contains mainly: blue. Hex color #040E1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040E1B is #FBF1E4. Grayscale: #0C0C0C. Windows color (decimal): -16511461 or 1773060. OLE color: 1773060.

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

Color convert

RGB 4 14 27 -
CMYK 0.85 0.48 0 0.89
HSL 213.91º 0.74% 0.06% -
HSV(B) 213.91º 0.85% 0.11% -
XYZ 0.4 0.42 1.1 -
YUV 12.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 4 14 27 0.85 0.48 0 0.89 213.91 0.74 0.06
Hex 4 E 1B 55 30 0 59 D6 4A 6
Octal 4 16 33 125 60 0 131 326 112 6
Binary 100 1110 11011 1010101 110000 0 1011001 11010110 1001010 110

Color Harmonies of #040E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E1B

Black with #040E1B

Text Example


Text Example

White with #040E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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