#04141B

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

Shades of Black Pearl #04141B

Tints of Black Pearl #04141B

Color information

#04141B (or 0x04141B) is unknown color: approx Black Pearl. HEX triplet: 04, 14 and 1B. RGB value is (4,20,27). Sum of RGB (Red+Green+Blue) = 4+20+27=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #04141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04141B is #FBEBE4. Grayscale: #0F0F0F. Windows color (decimal): -16509925 or 1774596. OLE color: 1774596.

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

Color convert

RGB42027-
CMYK0.850.2600.89
HSL198.26º74.19%6.08%-
HSV(B)198.26º85.19%10.59%-
XYZ0.50.611.13-
YUV16.01134.2119.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.84%
GREEN value IS 20 (8.20% from 255) = 39.22%
BLUE value IS 27 (10.94% from 255) = 52.94%
R=7.84%
G=39.22%
B=52.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal420270.850.2600.89198.2674.196.08
Hex4141B551A059c64a6
Octal424331253201313061126
Binary100101001101110101011101001011001110001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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