#04141D

Color #04141D Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #04141D

Tints of Black Pearl #04141D

Color information

#04141D (or 0x04141D) is unknown color: approx Black Pearl. HEX triplet: 04, 14 and 1D. RGB value is (4,20,29). Sum of RGB (Red+Green+Blue) = 4+20+29=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #04141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04141D is #FBEBE2. Grayscale: #101010. Windows color (decimal): -16509923 or 1905668. OLE color: 1905668.

HSL color Cylindrical-coordinate representation of color #04141D: hue angle of 201.6º 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 #04141D is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB42029-
CMYK0.860.3100.89
HSL201.6º75.76%6.47%-
HSV(B)201.6º86.21%11.37%-
XYZ0.520.611.25-
YUV16.24135.2119.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.55%
GREEN value IS 20 (8.20% from 255) = 37.74%
BLUE value IS 29 (11.72% from 255) = 54.72%
R=7.55%
G=37.74%
B=54.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal420290.860.3100.89201.675.766.47
Hex4141D561F059ca4c6
Octal424351263701313121146
Binary100101001110110101101111101011001110010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04141D; }

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

 H1.HeaderClassName
 {
   color: #04141D;
 }
 .AnyTagClassName
 {
   color: #04141D;
 }
</style>
background-color css

<style>
 a { background-color: #04141D; }

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

 div.DivClassName
 {
   background-color: #04141D;
 }
 .BgClassName
 {
   background-color: #04141D;
 }
</style>
border-color css

<style>
 span { border-color: #04141D; }

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

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