#041321

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

Shades of Black Pearl #041321

Tints of Black Pearl #041321

Color information

#041321 (or 0x041321) is unknown color: approx Black Pearl. HEX triplet: 04, 13 and 21. RGB value is (4,19,33). Sum of RGB (Red+Green+Blue) = 4+19+33=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 33 (13.28% from 255 or 58.93% from 56); Max value from RGB is 33 - color contains mainly: blue. Hex color #041321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041321 is #FBECDE. Grayscale: #101010. Windows color (decimal): -16510175 or 2167556. OLE color: 2167556.

HSL color Cylindrical-coordinate representation of color #041321: hue angle of 208.97º degrees, saturation: 0.78, 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 #041321 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB41933-
CMYK0.880.4200.87
HSL208.97º78.38%7.25%-
HSV(B)208.97º87.88%12.94%-
XYZ0.560.61.53-
YUV16.11137.53119.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.14%
GREEN value IS 19 (7.81% from 255) = 33.93%
BLUE value IS 33 (13.28% from 255) = 58.93%
R=7.14%
G=33.93%
B=58.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal419330.880.4200.87208.9778.387.25
Hex41321582A057d14e7
Octal423411305201273211167
Binary10010011100001101100010101001010111110100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041321; }

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

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

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

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

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

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

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

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