#071214

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

Shades of Black Pearl #071214

Tints of Black Pearl #071214

Color information

#071214 (or 0x071214) is unknown color: approx Black Pearl. HEX triplet: 07, 12 and 14. RGB value is (7,18,20). Sum of RGB (Red+Green+Blue) = 7+18+20=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 20 (8.20% from 255 or 44.44% from 45); Max value from RGB is 20 - color contains mainly: blue. Hex color #071214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071214 is #F8EDEB. Grayscale: #0E0E0E. Windows color (decimal): -16313836 or 1315335. OLE color: 1315335.

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

Color convert

RGB71820-
CMYK0.650.1000.92
HSL189.23º48.15%5.29%-
HSV(B)189.23º65%7.84%-
XYZ0.430.530.74-
YUV14.94130.86122.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.56%
GREEN value IS 18 (7.42% from 255) = 40%
BLUE value IS 20 (8.20% from 255) = 44.44%
R=15.56%
G=40%
B=44.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal718200.650.1000.92189.2348.155.29
Hex7121441A05Cbd305
Octal72224101120134275605
Binary1111001010100100000110100101110010111101110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071214; }

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

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

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

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

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

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

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

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