#080F12

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

Shades of Black Pearl #080F12

Tints of Black Pearl #080F12

Color information

#080F12 (or 0x080F12) is unknown color: approx Black Pearl. HEX triplet: 08, 0F and 12. RGB value is (8,15,18). Sum of RGB (Red+Green+Blue) = 8+15+18=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 18 - color contains mainly: blue. Hex color #080F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F12 is #F7F0ED. Grayscale: #0D0D0D. Windows color (decimal): -16249070 or 1183496. OLE color: 1183496.

HSL color Cylindrical-coordinate representation of color #080F12: hue angle of 198º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #080F12 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB81518-
CMYK0.560.1700.93
HSL198º38.46%5.1%-
HSV(B)198º55.56%7.06%-
XYZ0.380.440.64-
YUV13.25130.68124.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.51%
GREEN value IS 15 (6.25% from 255) = 36.59%
BLUE value IS 18 (7.42% from 255) = 43.90%
R=19.51%
G=36.59%
B=43.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal815180.560.1700.9319838.465.1
Hex8F12381105Dc6265
Octal10172270210135306465
Binary1000111110010111000100010101110111000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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