#041931

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

Shades of Black Pearl #041931

Tints of Black Pearl #041931

Color information

#041931 (or 0x041931) is unknown color: approx Black Pearl. HEX triplet: 04, 19 and 31. RGB value is (4,25,49). Sum of RGB (Red+Green+Blue) = 4+25+49=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 49 (19.53% from 255 or 62.82% from 78); Max value from RGB is 49 - color contains mainly: blue. Hex color #041931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041931 is #FBE6CE. Grayscale: #151515. Windows color (decimal): -16508623 or 3217668. OLE color: 3217668.

HSL color Cylindrical-coordinate representation of color #041931: hue angle of 212º 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 #041931 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB42549-
CMYK0.920.4900.81
HSL212º84.91%10.39%-
HSV(B)212º91.84%19.22%-
XYZ0.950.943.04-
YUV21.46143.54115.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.13%
GREEN value IS 25 (10.16% from 255) = 32.05%
BLUE value IS 49 (19.53% from 255) = 62.82%
R=5.13%
G=32.05%
B=62.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal425490.920.4900.8121284.9110.39
Hex419315C31051d455a
Octal4316113461012132412512
Binary100110011100011011100110001010100011101010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041931; }

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

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

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

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

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

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

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

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