#04141E

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

Shades of Black Pearl #04141E

Tints of Black Pearl #04141E

Color information

#04141E (or 0x04141E) is unknown color: approx Black Pearl. HEX triplet: 04, 14 and 1E. RGB value is (4,20,30). Sum of RGB (Red+Green+Blue) = 4+20+30=54 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.41% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 30 (12.11% from 255 or 55.56% from 54); Max value from RGB is 30 - color contains mainly: blue. Hex color #04141E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04141E is #FBEBE1. Grayscale: #101010. Windows color (decimal): -16509922 or 1971204. OLE color: 1971204.

HSL color Cylindrical-coordinate representation of color #04141E: hue angle of 203.08º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #04141E is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB42030-
CMYK0.870.3300.88
HSL203.08º76.47%6.67%-
HSV(B)203.08º86.67%11.76%-
XYZ0.530.621.32-
YUV16.36135.7119.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.41%
GREEN value IS 20 (8.20% from 255) = 37.04%
BLUE value IS 30 (12.11% from 255) = 55.56%
R=7.41%
G=37.04%
B=55.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal420300.870.3300.88203.0876.476.67
Hex4141E5721058cb4c7
Octal424361274101303131147
Binary1001010011110101011110000101011000110010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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