#031A31

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

Shades of Black Pearl #031A31

Tints of Black Pearl #031A31

Color information

#031A31 (or 0x031A31) is unknown color: approx Black Pearl. HEX triplet: 03, 1A and 31. RGB value is (3,26,49). Sum of RGB (Red+Green+Blue) = 3+26+49=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 26 (10.55% from 255 or 33.33% 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 #031A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031A31 is #FCE5CE. Grayscale: #151515. Windows color (decimal): -16573903 or 3217923. OLE color: 3217923.

HSL color Cylindrical-coordinate representation of color #031A31: hue angle of 210º 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 #031A31 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB32649-
CMYK0.940.4700.81
HSL210º88.46%10.2%-
HSV(B)210º93.88%19.22%-
XYZ0.960.983.04-
YUV21.74143.38114.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.85%
GREEN value IS 26 (10.55% from 255) = 33.33%
BLUE value IS 49 (19.53% from 255) = 62.82%
R=3.85%
G=33.33%
B=62.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal326490.940.4700.8121088.4610.2
Hex31A315E2F051d258a
Octal3326113657012132213012
Binary11110101100011011110101111010100011101001010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031A31; }

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

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

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

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

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

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

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

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