#031931

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

Shades of Black Pearl #031931

Tints of Black Pearl #031931

Color information

#031931 (or 0x031931) is unknown color: approx Black Pearl. HEX triplet: 03, 19 and 31. RGB value is (3,25,49). Sum of RGB (Red+Green+Blue) = 3+25+49=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #031931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031931 is #FCE6CE. Grayscale: #151515. Windows color (decimal): -16574159 or 3217667. OLE color: 3217667.

HSL color Cylindrical-coordinate representation of color #031931: hue angle of 211.3º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031931 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB32549-
CMYK0.940.4900.81
HSL211.3º88.46%10.2%-
HSV(B)211.3º93.88%19.22%-
XYZ0.940.943.04-
YUV21.16143.71115.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.90%
GREEN value IS 25 (10.16% from 255) = 32.47%
BLUE value IS 49 (19.53% from 255) = 63.64%
R=3.90%
G=32.47%
B=63.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal325490.940.4900.81211.388.4610.2
Hex319315E31051d358a
Octal3316113661012132313012
Binary11110011100011011110110001010100011101001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031931; }

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

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

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

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

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

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

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

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