#081214

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

Shades of Black Pearl #081214

Tints of Black Pearl #081214

Color information

#081214 (or 0x081214) is unknown color: approx Black Pearl. HEX triplet: 08, 12 and 14. RGB value is (8,18,20). Sum of RGB (Red+Green+Blue) = 8+18+20=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 20 - color contains mainly: blue. Hex color #081214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081214 is #F7EDEB. Grayscale: #0F0F0F. Windows color (decimal): -16248300 or 1315336. OLE color: 1315336.

HSL color Cylindrical-coordinate representation of color #081214: hue angle of 190º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #081214 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB81820-
CMYK0.600.1000.92
HSL190º42.86%5.49%-
HSV(B)190º60%7.84%-
XYZ0.440.530.74-
YUV15.24130.69122.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.39%
GREEN value IS 18 (7.42% from 255) = 39.13%
BLUE value IS 20 (8.20% from 255) = 43.48%
R=17.39%
G=39.13%
B=43.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal818200.600.1000.9219042.865.49
Hex812143CA05Cbe2b5
Octal10222474120134276535
Binary1000100101010011110010100101110010111110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081214; }

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

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

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

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

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

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

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

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