#041429

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

Shades of Black Pearl #041429

Tints of Black Pearl #041429

Color information

#041429 (or 0x041429) is unknown color: approx Black Pearl. HEX triplet: 04, 14 and 29. RGB value is (4,20,41). Sum of RGB (Red+Green+Blue) = 4+20+41=65 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.15% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 41 (16.41% from 255 or 63.08% from 65); Max value from RGB is 41 - color contains mainly: blue. Hex color #041429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041429 is #FBEBD6. Grayscale: #111111. Windows color (decimal): -16509911 or 2692100. OLE color: 2692100.

HSL color Cylindrical-coordinate representation of color #041429: hue angle of 214.05º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #041429 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB42041-
CMYK0.900.5100.84
HSL214.05º82.22%8.82%-
HSV(B)214.05º90.24%16.08%-
XYZ0.70.692.19-
YUV17.61141.2118.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.15%
GREEN value IS 20 (8.20% from 255) = 30.77%
BLUE value IS 41 (16.41% from 255) = 63.08%
R=6.15%
G=30.77%
B=63.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal420410.900.5100.84214.0582.228.82
Hex414295A33054d6529
Octal4245113263012432612211
Binary100101001010011011010110011010101001101011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041429; }

 p { color: rgb(4,20,41); }

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

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

 a { background-color: rgb(4,20,41); }

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

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

 span { border-color: rgb(4,20,41); }

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