#031316

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

Shades of Black Pearl #031316

Tints of Black Pearl #031316

Color information

#031316 (or 0x031316) is unknown color: approx Black Pearl. HEX triplet: 03, 13 and 16. RGB value is (3,19,22). Sum of RGB (Red+Green+Blue) = 3+19+22=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #031316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031316 is #FCECE9. Grayscale: #0E0E0E. Windows color (decimal): -16575722 or 1446659. OLE color: 1446659.

HSL color Cylindrical-coordinate representation of color #031316: hue angle of 189.47º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #031316 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB31922-
CMYK0.860.1400.91
HSL189.47º76%4.9%-
HSV(B)189.47º86.36%8.63%-
XYZ0.420.540.84-
YUV14.56132.2119.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.82%
GREEN value IS 19 (7.81% from 255) = 43.18%
BLUE value IS 22 (8.98% from 255) = 50%
R=6.82%
G=43.18%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal319220.860.1400.91189.47764.9
Hex3131656E05Bbd4c5
Octal323261261601332751145
Binary1110011101101010110111001011011101111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031316; }

 p { color: rgb(3,19,22); }

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

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

 a { background-color: rgb(3,19,22); }

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

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

 span { border-color: rgb(3,19,22); }

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