#080F15

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

Shades of Black Pearl #080F15

Tints of Black Pearl #080F15

Color information

#080F15 (or 0x080F15) is unknown color: approx Black Pearl. HEX triplet: 08, 0F and 15. RGB value is (8,15,21). Sum of RGB (Red+Green+Blue) = 8+15+21=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 15 (6.25% from 255 or 34.09% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #080F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F15 is #F7F0EA. Grayscale: #0D0D0D. Windows color (decimal): -16249067 or 1380104. OLE color: 1380104.

HSL color Cylindrical-coordinate representation of color #080F15: hue angle of 207.69º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #080F15 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB81521-
CMYK0.620.2900.92
HSL207.69º44.83%5.69%-
HSV(B)207.69º61.9%8.24%-
XYZ0.410.450.77-
YUV13.59132.18124.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.18%
GREEN value IS 15 (6.25% from 255) = 34.09%
BLUE value IS 21 (8.59% from 255) = 47.73%
R=18.18%
G=34.09%
B=47.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal815210.620.2900.92207.6944.835.69
Hex8F153E1D05Cd02d6
Octal10172576350134320556
Binary1000111110101111110111010101110011010000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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