#04161C

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

Shades of Black Pearl #04161C

Tints of Black Pearl #04161C

Color information

#04161C (or 0x04161C) is unknown color: approx Black Pearl. HEX triplet: 04, 16 and 1C. RGB value is (4,22,28). Sum of RGB (Red+Green+Blue) = 4+22+28=54 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.41% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #04161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04161C is #FBE9E3. Grayscale: #111111. Windows color (decimal): -16509412 or 1840644. OLE color: 1840644.

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

Color convert

RGB42228-
CMYK0.860.2100.89
HSL195º75%6.27%-
HSV(B)195º85.71%10.98%-
XYZ0.550.681.2-
YUV17.3134.04118.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.41%
GREEN value IS 22 (8.98% from 255) = 40.74%
BLUE value IS 28 (11.33% from 255) = 51.85%
R=7.41%
G=40.74%
B=51.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal422280.860.2100.89195756.27
Hex4161C5615059c34b6
Octal426341262501313031136
Binary100101101110010101101010101011001110000111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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