#041E28

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

Shades of Black Pearl #041E28

Tints of Black Pearl #041E28

Color information

#041E28 (or 0x041E28) is unknown color: approx Black Pearl. HEX triplet: 04, 1E and 28. RGB value is (4,30,40). Sum of RGB (Red+Green+Blue) = 4+30+40=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 30 (12.11% from 255 or 40.54% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #041E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E28 is #FBE1D7. Grayscale: #171717. Windows color (decimal): -16507352 or 2629124. OLE color: 2629124.

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

Color convert

RGB43040-
CMYK0.900.2500.84
HSL196.67º81.82%8.63%-
HSV(B)196.67º90%15.69%-
XYZ0.91.112.17-
YUV23.37137.39114.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.41%
GREEN value IS 30 (12.11% from 255) = 40.54%
BLUE value IS 40 (16.02% from 255) = 54.05%
R=5.41%
G=40.54%
B=54.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal430400.900.2500.84196.6781.828.63
Hex41E285A19054c5529
Octal4365013231012430512211
Binary10011110101000101101011001010101001100010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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