#041E35

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

Shades of Black Pearl #041E35

Tints of Black Pearl #041E35

Color information

#041E35 (or 0x041E35) is unknown color: approx Black Pearl. HEX triplet: 04, 1E and 35. RGB value is (4,30,53). Sum of RGB (Red+Green+Blue) = 4+30+53=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 53 (21.09% from 255 or 60.92% from 87); Max value from RGB is 53 - color contains mainly: blue. Hex color #041E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E35 is #FBE1CA. Grayscale: #181818. Windows color (decimal): -16507339 or 3481092. OLE color: 3481092.

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

Color convert

RGB43053-
CMYK0.920.4300.79
HSL208.16º85.96%11.18%-
HSV(B)208.16º92.45%20.78%-
XYZ1.161.213.54-
YUV24.85143.89113.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.60%
GREEN value IS 30 (12.11% from 255) = 34.48%
BLUE value IS 53 (21.09% from 255) = 60.92%
R=4.60%
G=34.48%
B=60.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal430530.920.4300.79208.1685.9611.18
Hex41E355C2B04Fd056b
Octal4366513453011732012613
Binary100111101101011011100101011010011111101000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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