#071015

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

Shades of Black Pearl #071015

Tints of Black Pearl #071015

Color information

#071015 (or 0x071015) is unknown color: approx Black Pearl. HEX triplet: 07, 10 and 15. RGB value is (7,16,21). Sum of RGB (Red+Green+Blue) = 7+16+21=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #071015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071015 is #F8EFEA. Grayscale: #0D0D0D. Windows color (decimal): -16314347 or 1380359. OLE color: 1380359.

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

Color convert

RGB71621-
CMYK0.670.2400.92
HSL201.43º50%5.49%-
HSV(B)201.43º66.67%8.24%-
XYZ0.410.470.78-
YUV13.88132.02123.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.91%
GREEN value IS 16 (6.64% from 255) = 36.36%
BLUE value IS 21 (8.59% from 255) = 47.73%
R=15.91%
G=36.36%
B=47.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal716210.670.2400.92201.43505.49
Hex71015431805Cc9325
Octal72025103300134311625
Binary11110000101011000011110000101110011001001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071015; }

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

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

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

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

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

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

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

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