#071115

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

Shades of Black Pearl #071115

Tints of Black Pearl #071115

Color information

#071115 (or 0x071115) is unknown color: approx Black Pearl. HEX triplet: 07, 11 and 15. RGB value is (7,17,21). Sum of RGB (Red+Green+Blue) = 7+17+21=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #071115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071115 is #F8EEEA. Grayscale: #0E0E0E. Windows color (decimal): -16314091 or 1380615. OLE color: 1380615.

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

Color convert

RGB71721-
CMYK0.670.1900.92
HSL197.14º50%5.49%-
HSV(B)197.14º66.67%8.24%-
XYZ0.420.50.78-
YUV14.47131.69122.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.56%
GREEN value IS 17 (7.03% from 255) = 37.78%
BLUE value IS 21 (8.59% from 255) = 46.67%
R=15.56%
G=37.78%
B=46.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal717210.670.1900.92197.14505.49
Hex71115431305Cc5325
Octal72125103230134305625
Binary11110001101011000011100110101110011000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071115; }

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

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

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

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

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

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

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

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