#041529

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

Shades of Black Pearl #041529

Tints of Black Pearl #041529

Color information

#041529 (or 0x041529) is unknown color: approx Black Pearl. HEX triplet: 04, 15 and 29. RGB value is (4,21,41). Sum of RGB (Red+Green+Blue) = 4+21+41=66 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.06% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 41 (16.41% from 255 or 62.12% from 66); Max value from RGB is 41 - color contains mainly: blue. Hex color #041529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041529 is #FBEAD6. Grayscale: #121212. Windows color (decimal): -16509655 or 2692356. OLE color: 2692356.

HSL color Cylindrical-coordinate representation of color #041529: hue angle of 212.43º 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 #041529 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB42141-
CMYK0.900.4900.84
HSL212.43º82.22%8.82%-
HSV(B)212.43º90.24%16.08%-
XYZ0.720.722.2-
YUV18.2140.87117.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.06%
GREEN value IS 21 (8.59% from 255) = 31.82%
BLUE value IS 41 (16.41% from 255) = 62.12%
R=6.06%
G=31.82%
B=62.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal421410.900.4900.84212.4382.228.82
Hex415295A31054d4529
Octal4255113261012432412211
Binary100101011010011011010110001010101001101010010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041529; }

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

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

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

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

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

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

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

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