#04161E

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

Shades of Black Pearl #04161E

Tints of Black Pearl #04161E

Color information

#04161E (or 0x04161E) is unknown color: approx Black Pearl. HEX triplet: 04, 16 and 1E. RGB value is (4,22,30). Sum of RGB (Red+Green+Blue) = 4+22+30=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 22 (8.98% from 255 or 39.29% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #04161E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04161E is #FBE9E1. Grayscale: #111111. Windows color (decimal): -16509410 or 1971716. OLE color: 1971716.

HSL color Cylindrical-coordinate representation of color #04161E: hue angle of 198.46º 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 #04161E is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB42230-
CMYK0.870.2700.88
HSL198.46º76.47%6.67%-
HSV(B)198.46º86.67%11.76%-
XYZ0.570.691.33-
YUV17.53135.04118.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.14%
GREEN value IS 22 (8.98% from 255) = 39.29%
BLUE value IS 30 (12.11% from 255) = 53.57%
R=7.14%
G=39.29%
B=53.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal422300.870.2700.88198.4676.476.67
Hex4161E571B058c64c7
Octal426361273301303061147
Binary100101101111010101111101101011000110001101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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