#041322

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

Shades of Black Pearl #041322

Tints of Black Pearl #041322

Color information

#041322 (or 0x041322) is unknown color: approx Black Pearl. HEX triplet: 04, 13 and 22. RGB value is (4,19,34). Sum of RGB (Red+Green+Blue) = 4+19+34=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 34 (13.67% from 255 or 59.65% from 57); Max value from RGB is 34 - color contains mainly: blue. Hex color #041322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041322 is #FBECDD. Grayscale: #101010. Windows color (decimal): -16510174 or 2233092. OLE color: 2233092.

HSL color Cylindrical-coordinate representation of color #041322: hue angle of 210º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #041322 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB41934-
CMYK0.880.4400.87
HSL210º78.95%7.45%-
HSV(B)210º88.24%13.33%-
XYZ0.570.611.6-
YUV16.22138.03119.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.02%
GREEN value IS 19 (7.81% from 255) = 33.33%
BLUE value IS 34 (13.67% from 255) = 59.65%
R=7.02%
G=33.33%
B=59.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal419340.880.4400.8721078.957.45
Hex41322582C057d24f7
Octal423421305401273221177
Binary10010011100010101100010110001010111110100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041322; }

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

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

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

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

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

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

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

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