#041428

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

Shades of Black Pearl #041428

Tints of Black Pearl #041428

Color information

#041428 (or 0x041428) is unknown color: approx Black Pearl. HEX triplet: 04, 14 and 28. RGB value is (4,20,40). Sum of RGB (Red+Green+Blue) = 4+20+40=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 40 (16.02% from 255 or 62.5% from 64); Max value from RGB is 40 - color contains mainly: blue. Hex color #041428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041428 is #FBEBD7. Grayscale: #111111. Windows color (decimal): -16509912 or 2626564. OLE color: 2626564.

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

Color convert

RGB42040-
CMYK0.900.500.84
HSL213.33º81.82%8.63%-
HSV(B)213.33º90%15.69%-
XYZ0.680.682.1-
YUV17.5140.7118.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.25%
GREEN value IS 20 (8.20% from 255) = 31.25%
BLUE value IS 40 (16.02% from 255) = 62.5%
R=6.25%
G=31.25%
B=62.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal420400.900.500.84213.3381.828.63
Hex414285A32054d5529
Octal4245013262012432512211
Binary100101001010001011010110010010101001101010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041428; }

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

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

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

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

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

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

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

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