#080E14

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

Shades of Black Pearl #080E14

Tints of Black Pearl #080E14

Color information

#080E14 (or 0x080E14) is unknown color: approx Black Pearl. HEX triplet: 08, 0E and 14. RGB value is (8,14,20). Sum of RGB (Red+Green+Blue) = 8+14+20=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 14 (5.86% from 255 or 33.33% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 20 - color contains mainly: blue. Hex color #080E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E14 is #F7F1EB. Grayscale: #0C0C0C. Windows color (decimal): -16249324 or 1314312. OLE color: 1314312.

HSL color Cylindrical-coordinate representation of color #080E14: hue angle of 210º 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 #080E14 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB81420-
CMYK0.600.3000.92
HSL210º42.86%5.49%-
HSV(B)210º60%7.84%-
XYZ0.380.420.72-
YUV12.89132.01124.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.05%
GREEN value IS 14 (5.86% from 255) = 33.33%
BLUE value IS 20 (8.20% from 255) = 47.62%
R=19.05%
G=33.33%
B=47.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal814200.600.3000.9221042.865.49
Hex8E143C1E05Cd22b5
Octal10162474360134322535
Binary1000111010100111100111100101110011010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080E14; }

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

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

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

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

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

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

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

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