#04161F

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

Shades of Black Pearl #04161F

Tints of Black Pearl #04161F

Color information

#04161F (or 0x04161F) is unknown color: approx Black Pearl. HEX triplet: 04, 16 and 1F. RGB value is (4,22,31). Sum of RGB (Red+Green+Blue) = 4+22+31=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #04161F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04161F is #FBE9E0. Grayscale: #111111. Windows color (decimal): -16509409 or 2037252. OLE color: 2037252.

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

Color convert

RGB42231-
CMYK0.870.2900.88
HSL200º77.14%6.86%-
HSV(B)200º87.1%12.16%-
XYZ0.580.71.4-
YUV17.64135.54118.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.02%
GREEN value IS 22 (8.98% from 255) = 38.60%
BLUE value IS 31 (12.5% from 255) = 54.39%
R=7.02%
G=38.60%
B=54.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal422310.870.2900.8820077.146.86
Hex4161F571D058c84d7
Octal426371273501303101157
Binary100101101111110101111110101011000110010001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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