#04161D

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

Shades of Black Pearl #04161D

Tints of Black Pearl #04161D

Color information

#04161D (or 0x04161D) is unknown color: approx Black Pearl. HEX triplet: 04, 16 and 1D. RGB value is (4,22,29). Sum of RGB (Red+Green+Blue) = 4+22+29=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #04161D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04161D is #FBE9E2. Grayscale: #111111. Windows color (decimal): -16509411 or 1906180. OLE color: 1906180.

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

Color convert

RGB42229-
CMYK0.860.2400.89
HSL196.8º75.76%6.47%-
HSV(B)196.8º86.21%11.37%-
XYZ0.560.691.27-
YUV17.42134.54118.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.27%
GREEN value IS 22 (8.98% from 255) = 40%
BLUE value IS 29 (11.72% from 255) = 52.73%
R=7.27%
G=40%
B=52.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal422290.860.2400.89196.875.766.47
Hex4161D5618059c54c6
Octal426351263001313051146
Binary100101101110110101101100001011001110001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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