#04141A

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

Shades of Black Pearl #04141A

Tints of Black Pearl #04141A

Color information

#04141A (or 0x04141A) is unknown color: approx Black Pearl. HEX triplet: 04, 14 and 1A. RGB value is (4,20,26). Sum of RGB (Red+Green+Blue) = 4+20+26=50 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 26 (10.55% from 255 or 52% from 50); Max value from RGB is 26 - color contains mainly: blue. Hex color #04141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04141A is #FBEBE5. Grayscale: #0F0F0F. Windows color (decimal): -16509926 or 1709060. OLE color: 1709060.

HSL color Cylindrical-coordinate representation of color #04141A: hue angle of 196.36º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #04141A is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB42026-
CMYK0.850.2300.90
HSL196.36º73.33%5.88%-
HSV(B)196.36º84.62%10.2%-
XYZ0.490.61.07-
YUV15.9133.7119.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8%
GREEN value IS 20 (8.20% from 255) = 40%
BLUE value IS 26 (10.55% from 255) = 52%
R=8%
G=40%
B=52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal420260.850.2300.90196.3673.335.88
Hex4141A551705Ac4496
Octal424321252701323041116
Binary100101001101010101011011101011010110001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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