#041D31

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

Shades of Black Pearl #041D31

Tints of Black Pearl #041D31

Color information

#041D31 (or 0x041D31) is unknown color: approx Black Pearl. HEX triplet: 04, 1D and 31. RGB value is (4,29,49). Sum of RGB (Red+Green+Blue) = 4+29+49=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #041D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D31 is #FBE2CE. Grayscale: #171717. Windows color (decimal): -16507599 or 3218692. OLE color: 3218692.

HSL color Cylindrical-coordinate representation of color #041D31: hue angle of 206.67º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041D31 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB42949-
CMYK0.920.4100.81
HSL206.67º84.91%10.39%-
HSV(B)206.67º91.84%19.22%-
XYZ1.041.133.07-
YUV23.8142.22113.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.88%
GREEN value IS 29 (11.72% from 255) = 35.37%
BLUE value IS 49 (19.53% from 255) = 59.76%
R=4.88%
G=35.37%
B=59.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal429490.920.4100.81206.6784.9110.39
Hex41D315C29051cf55a
Octal4356113451012131712512
Binary100111011100011011100101001010100011100111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,29,49); }

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

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

 a { background-color: rgb(4,29,49); }

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

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

 span { border-color: rgb(4,29,49); }

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