#080F14

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

Shades of Black Pearl #080F14

Tints of Black Pearl #080F14

Color information

#080F14 (or 0x080F14) is unknown color: approx Black Pearl. HEX triplet: 08, 0F and 14. RGB value is (8,15,20). Sum of RGB (Red+Green+Blue) = 8+15+20=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 15 (6.25% from 255 or 34.88% 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 #080F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F14 is #F7F0EB. Grayscale: #0D0D0D. Windows color (decimal): -16249068 or 1314568. OLE color: 1314568.

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

Color convert

RGB81520-
CMYK0.600.2500.92
HSL205º42.86%5.49%-
HSV(B)205º60%7.84%-
XYZ0.40.440.73-
YUV13.48131.68124.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.60%
GREEN value IS 15 (6.25% from 255) = 34.88%
BLUE value IS 20 (8.20% from 255) = 46.51%
R=18.60%
G=34.88%
B=46.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal815200.600.2500.9220542.865.49
Hex8F143C1905Ccd2b5
Octal10172474310134315535
Binary1000111110100111100110010101110011001101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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