#04101D

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

Shades of Black Pearl #04101D

Tints of Black Pearl #04101D

Color information

#04101D (or 0x04101D) is unknown color: approx Black Pearl. HEX triplet: 04, 10 and 1D. RGB value is (4,16,29). Sum of RGB (Red+Green+Blue) = 4+16+29=49 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.16% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 29 (11.72% from 255 or 59.18% from 49); Max value from RGB is 29 - color contains mainly: blue. Hex color #04101D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04101D is #FBEFE2. Grayscale: #0D0D0D. Windows color (decimal): -16510947 or 1904644. OLE color: 1904644.

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

Color convert

RGB41629-
CMYK0.860.4500.89
HSL211.2º75.76%6.47%-
HSV(B)211.2º86.21%11.37%-
XYZ0.460.491.23-
YUV13.89136.52120.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.16%
GREEN value IS 16 (6.64% from 255) = 32.65%
BLUE value IS 29 (11.72% from 255) = 59.18%
R=8.16%
G=32.65%
B=59.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal416290.860.4500.89211.275.766.47
Hex4101D562D059d34c6
Octal420351265501313231146
Binary1001000011101101011010110101011001110100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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