#031016

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

Shades of Black Pearl #031016

Tints of Black Pearl #031016

Color information

#031016 (or 0x031016) is unknown color: approx Black Pearl. HEX triplet: 03, 10 and 16. RGB value is (3,16,22). Sum of RGB (Red+Green+Blue) = 3+16+22=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #031016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031016 is #FCEFE9. Grayscale: #0C0C0C. Windows color (decimal): -16576490 or 1445891. OLE color: 1445891.

HSL color Cylindrical-coordinate representation of color #031016: hue angle of 198.95º 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 #031016 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB31622-
CMYK0.860.2700.91
HSL198.95º76%4.9%-
HSV(B)198.95º86.36%8.63%-
XYZ0.370.450.83-
YUV12.8133.19121.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.32%
GREEN value IS 16 (6.64% from 255) = 39.02%
BLUE value IS 22 (8.98% from 255) = 53.66%
R=7.32%
G=39.02%
B=53.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal316220.860.2700.91198.95764.9
Hex31016561B05Bc74c5
Octal320261263301333071145
Binary11100001011010101101101101011011110001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031016; }

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

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

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

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

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

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

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

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