#041E2D

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

Shades of Black Pearl #041E2D

Tints of Black Pearl #041E2D

Color information

#041E2D (or 0x041E2D) is unknown color: approx Black Pearl. HEX triplet: 04, 1E and 2D. RGB value is (4,30,45). Sum of RGB (Red+Green+Blue) = 4+30+45=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 30 (12.11% from 255 or 37.97% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #041E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E2D is #FBE1D2. Grayscale: #171717. Windows color (decimal): -16507347 or 2956804. OLE color: 2956804.

HSL color Cylindrical-coordinate representation of color #041E2D: hue angle of 201.95º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #041E2D is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB43045-
CMYK0.910.3300.82
HSL201.95º83.67%9.61%-
HSV(B)201.95º91.11%17.65%-
XYZ0.991.142.65-
YUV23.94139.89113.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.06%
GREEN value IS 30 (12.11% from 255) = 37.97%
BLUE value IS 45 (17.97% from 255) = 56.96%
R=5.06%
G=37.97%
B=56.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal430450.910.3300.82201.9583.679.61
Hex41E2D5B21052ca54a
Octal4365513341012231212412
Binary100111101011011011011100001010100101100101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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