#041E34

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

Shades of Black Pearl #041E34

Tints of Black Pearl #041E34

Color information

#041E34 (or 0x041E34) is unknown color: approx Black Pearl. HEX triplet: 04, 1E and 34. RGB value is (4,30,52). Sum of RGB (Red+Green+Blue) = 4+30+52=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 52 (20.70% from 255 or 60.47% from 86); Max value from RGB is 52 - color contains mainly: blue. Hex color #041E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E34 is #FBE1CB. Grayscale: #181818. Windows color (decimal): -16507340 or 3415556. OLE color: 3415556.

HSL color Cylindrical-coordinate representation of color #041E34: hue angle of 207.5º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041E34 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB43052-
CMYK0.920.4200.80
HSL207.5º85.71%10.98%-
HSV(B)207.5º92.31%20.39%-
XYZ1.131.23.42-
YUV24.73143.39113.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.65%
GREEN value IS 30 (12.11% from 255) = 34.88%
BLUE value IS 52 (20.70% from 255) = 60.47%
R=4.65%
G=34.88%
B=60.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal430520.920.4200.80207.585.7110.98
Hex41E345C2A050d056b
Octal4366413452012032012613
Binary100111101101001011100101010010100001101000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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