#031116

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

Shades of Black Pearl #031116

Tints of Black Pearl #031116

Color information

#031116 (or 0x031116) is unknown color: approx Black Pearl. HEX triplet: 03, 11 and 16. RGB value is (3,17,22). Sum of RGB (Red+Green+Blue) = 3+17+22=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 17 (7.03% from 255 or 40.48% from 42); Blue value is 22 (8.98% from 255 or 52.38% from 42); Max value from RGB is 22 - color contains mainly: blue. Hex color #031116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031116 is #FCEEE9. Grayscale: #0D0D0D. Windows color (decimal): -16576234 or 1446147. OLE color: 1446147.

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

Color convert

RGB31722-
CMYK0.860.2300.91
HSL195.79º76%4.9%-
HSV(B)195.79º86.36%8.63%-
XYZ0.380.480.83-
YUV13.38132.86120.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.14%
GREEN value IS 17 (7.03% from 255) = 40.48%
BLUE value IS 22 (8.98% from 255) = 52.38%
R=7.14%
G=40.48%
B=52.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal317220.860.2300.91195.79764.9
Hex31116561705Bc44c5
Octal321261262701333041145
Binary11100011011010101101011101011011110001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031116; }

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

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

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

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

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

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

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

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