#041328

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

Shades of Black Pearl #041328

Tints of Black Pearl #041328

Color information

#041328 (or 0x041328) is unknown color: approx Black Pearl. HEX triplet: 04, 13 and 28. RGB value is (4,19,40). Sum of RGB (Red+Green+Blue) = 4+19+40=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 40 (16.02% from 255 or 63.49% from 63); Max value from RGB is 40 - color contains mainly: blue. Hex color #041328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041328 is #FBECD7. Grayscale: #101010. Windows color (decimal): -16510168 or 2626308. OLE color: 2626308.

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

Color convert

RGB41940-
CMYK0.900.5200.84
HSL215º81.82%8.63%-
HSV(B)215º90%15.69%-
XYZ0.670.642.1-
YUV16.91141.03118.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.35%
GREEN value IS 19 (7.81% from 255) = 30.16%
BLUE value IS 40 (16.02% from 255) = 63.49%
R=6.35%
G=30.16%
B=63.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal419400.900.5200.8421581.828.63
Hex413285A34054d7529
Octal4235013264012432712211
Binary100100111010001011010110100010101001101011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041328; }

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

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

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

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

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

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

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

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