#041E2E

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

Shades of Black Pearl #041E2E

Tints of Black Pearl #041E2E

Color information

#041E2E (or 0x041E2E) is unknown color: approx Black Pearl. HEX triplet: 04, 1E and 2E. RGB value is (4,30,46). Sum of RGB (Red+Green+Blue) = 4+30+46=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 30 (12.11% from 255 or 37.5% from 80); Blue value is 46 (18.36% from 255 or 57.5% from 80); Max value from RGB is 46 - color contains mainly: blue. Hex color #041E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E2E is #FBE1D1. Grayscale: #171717. Windows color (decimal): -16507346 or 3022340. OLE color: 3022340.

HSL color Cylindrical-coordinate representation of color #041E2E: hue angle of 202.86º 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 #041E2E is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB43046-
CMYK0.910.3500.82
HSL202.86º84%9.8%-
HSV(B)202.86º91.3%18.04%-
XYZ1.011.152.75-
YUV24.05140.39113.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5%
GREEN value IS 30 (12.11% from 255) = 37.5%
BLUE value IS 46 (18.36% from 255) = 57.5%
R=5%
G=37.5%
B=57.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal430460.910.3500.82202.86849.8
Hex41E2E5B23052cb54a
Octal4365613343012231312412
Binary100111101011101011011100011010100101100101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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