#041F21

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

Shades of Black Pearl #041F21

Tints of Black Pearl #041F21

Color information

#041F21 (or 0x041F21) is unknown color: approx Black Pearl. HEX triplet: 04, 1F and 21. RGB value is (4,31,33). Sum of RGB (Red+Green+Blue) = 4+31+33=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 31 (12.5% from 255 or 45.59% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 33 - color contains mainly: blue. Hex color #041F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041F21 is #FBE0DE. Grayscale: #171717. Windows color (decimal): -16507103 or 2170628. OLE color: 2170628.

HSL color Cylindrical-coordinate representation of color #041F21: hue angle of 184.14º 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 #041F21 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB43133-
CMYK0.880.0600.87
HSL184.14º78.38%7.25%-
HSV(B)184.14º87.88%12.94%-
XYZ0.811.121.61-
YUV23.16133.55114.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.88%
GREEN value IS 31 (12.5% from 255) = 45.59%
BLUE value IS 33 (13.28% from 255) = 48.53%
R=5.88%
G=45.59%
B=48.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal431330.880.0600.87184.1478.387.25
Hex41F21586057b84e7
Octal43741130601272701167
Binary10011111100001101100011001010111101110001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041F21; }

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

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

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

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

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

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

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

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