#071215

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

Shades of Black Pearl #071215

Tints of Black Pearl #071215

Color information

#071215 (or 0x071215) is unknown color: approx Black Pearl. HEX triplet: 07, 12 and 15. RGB value is (7,18,21). Sum of RGB (Red+Green+Blue) = 7+18+21=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #071215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071215 is #F8EDEA. Grayscale: #0F0F0F. Windows color (decimal): -16313835 or 1380871. OLE color: 1380871.

HSL color Cylindrical-coordinate representation of color #071215: hue angle of 192.86º 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 #071215 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB71821-
CMYK0.670.1400.92
HSL192.86º50%5.49%-
HSV(B)192.86º66.67%8.24%-
XYZ0.440.530.79-
YUV15.05131.36122.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.22%
GREEN value IS 18 (7.42% from 255) = 39.13%
BLUE value IS 21 (8.59% from 255) = 45.65%
R=15.22%
G=39.13%
B=45.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal718210.670.1400.92192.86505.49
Hex7121543E05Cc1325
Octal72225103160134301625
Binary1111001010101100001111100101110011000001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071215; }

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

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

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

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

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

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

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

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