#071014

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

Shades of Black Pearl #071014

Tints of Black Pearl #071014

Color information

#071014 (or 0x071014) is unknown color: approx Black Pearl. HEX triplet: 07, 10 and 14. RGB value is (7,16,20). Sum of RGB (Red+Green+Blue) = 7+16+20=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 16 (6.64% from 255 or 37.21% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #071014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071014 is #F8EFEB. Grayscale: #0D0D0D. Windows color (decimal): -16314348 or 1314823. OLE color: 1314823.

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

Color convert

RGB71620-
CMYK0.650.2000.92
HSL198.46º48.15%5.29%-
HSV(B)198.46º65%7.84%-
XYZ0.40.470.73-
YUV13.76131.52123.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.28%
GREEN value IS 16 (6.64% from 255) = 37.21%
BLUE value IS 20 (8.20% from 255) = 46.51%
R=16.28%
G=37.21%
B=46.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal716200.650.2000.92198.4648.155.29
Hex71014411405Cc6305
Octal72024101240134306605
Binary11110000101001000001101000101110011000110110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071014; }

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

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

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

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

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

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

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

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