#071415

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

Shades of Black Pearl #071415

Tints of Black Pearl #071415

Color information

#071415 (or 0x071415) is unknown color: approx Black Pearl. HEX triplet: 07, 14 and 15. RGB value is (7,20,21). Sum of RGB (Red+Green+Blue) = 7+20+21=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 21 - color contains mainly: blue. Hex color #071415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071415 is #F8EBEA. Grayscale: #101010. Windows color (decimal): -16313323 or 1381383. OLE color: 1381383.

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

Color convert

RGB72021-
CMYK0.670.0500.92
HSL184.29º50%5.49%-
HSV(B)184.29º66.67%8.24%-
XYZ0.470.60.8-
YUV16.23130.69121.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.58%
GREEN value IS 20 (8.20% from 255) = 41.67%
BLUE value IS 21 (8.59% from 255) = 43.75%
R=14.58%
G=41.67%
B=43.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal720210.670.0500.92184.29505.49
Hex7141543505Cb8325
Octal7242510350134270625
Binary111101001010110000111010101110010111000110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071415; }

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

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

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

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

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

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

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

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