#031731

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

Shades of Black Pearl #031731

Tints of Black Pearl #031731

Color information

#031731 (or 0x031731) is unknown color: approx Black Pearl. HEX triplet: 03, 17 and 31. RGB value is (3,23,49). Sum of RGB (Red+Green+Blue) = 3+23+49=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #031731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031731 is #FCE8CE. Grayscale: #131313. Windows color (decimal): -16574671 or 3217155. OLE color: 3217155.

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

Color convert

RGB32349-
CMYK0.940.5300.81
HSL213.91º88.46%10.2%-
HSV(B)213.91º93.88%19.22%-
XYZ0.90.853.02-
YUV19.98144.37115.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4%
GREEN value IS 23 (9.38% from 255) = 30.67%
BLUE value IS 49 (19.53% from 255) = 65.33%
R=4%
G=30.67%
B=65.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal323490.940.5300.81213.9188.4610.2
Hex317315E35051d658a
Octal3276113665012132613012
Binary11101111100011011110110101010100011101011010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031731; }

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

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

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

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

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

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

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

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