#031115

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

Shades of Black Pearl #031115

Tints of Black Pearl #031115

Color information

#031115 (or 0x031115) is unknown color: approx Black Pearl. HEX triplet: 03, 11 and 15. RGB value is (3,17,21). Sum of RGB (Red+Green+Blue) = 3+17+21=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 21 (8.59% from 255 or 51.22% from 41); Max value from RGB is 21 - color contains mainly: blue. Hex color #031115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031115 is #FCEEEA. Grayscale: #0D0D0D. Windows color (decimal): -16576235 or 1380611. OLE color: 1380611.

HSL color Cylindrical-coordinate representation of color #031115: hue angle of 193.33º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #031115 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB31721-
CMYK0.860.1900.92
HSL193.33º75%4.71%-
HSV(B)193.33º85.71%8.24%-
XYZ0.370.470.78-
YUV13.27132.36120.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.32%
GREEN value IS 17 (7.03% from 255) = 41.46%
BLUE value IS 21 (8.59% from 255) = 51.22%
R=7.32%
G=41.46%
B=51.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal317210.860.1900.92193.33754.71
Hex31115561305Cc14b5
Octal321251262301343011135
Binary11100011010110101101001101011100110000011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031115; }

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

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

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

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

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

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

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

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