#041E2F

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

Shades of Black Pearl #041E2F

Tints of Black Pearl #041E2F

Color information

#041E2F (or 0x041E2F) is unknown color: approx Black Pearl. HEX triplet: 04, 1E and 2F. RGB value is (4,30,47). Sum of RGB (Red+Green+Blue) = 4+30+47=81 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.94% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #041E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E2F is #FBE1D0. Grayscale: #181818. Windows color (decimal): -16507345 or 3087876. OLE color: 3087876.

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

Color convert

RGB43047-
CMYK0.910.3600.82
HSL203.72º84.31%10%-
HSV(B)203.72º91.49%18.43%-
XYZ1.031.162.86-
YUV24.16140.89113.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.94%
GREEN value IS 30 (12.11% from 255) = 37.04%
BLUE value IS 47 (18.75% from 255) = 58.02%
R=4.94%
G=37.04%
B=58.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal430470.910.3600.82203.7284.3110
Hex41E2F5B24052cc54a
Octal4365713344012231412412
Binary100111101011111011011100100010100101100110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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