#041E32

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

Shades of Black Pearl #041E32

Tints of Black Pearl #041E32

Color information

#041E32 (or 0x041E32) is unknown color: approx Black Pearl. HEX triplet: 04, 1E and 32. RGB value is (4,30,50). Sum of RGB (Red+Green+Blue) = 4+30+50=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #041E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E32 is #FBE1CD. Grayscale: #181818. Windows color (decimal): -16507342 or 3284484. OLE color: 3284484.

HSL color Cylindrical-coordinate representation of color #041E32: hue angle of 206.09º degrees, saturation: 0.85, 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 #041E32 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB43050-
CMYK0.920.4000.80
HSL206.09º85.19%10.59%-
HSV(B)206.09º92%19.61%-
XYZ1.091.183.19-
YUV24.51142.39113.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.76%
GREEN value IS 30 (12.11% from 255) = 35.71%
BLUE value IS 50 (19.92% from 255) = 59.52%
R=4.76%
G=35.71%
B=59.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal430500.920.4000.80206.0985.1910.59
Hex41E325C28050ce55b
Octal4366213450012031612513
Binary100111101100101011100101000010100001100111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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