#080F16

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

Shades of Black Pearl #080F16

Tints of Black Pearl #080F16

Color information

#080F16 (or 0x080F16) is unknown color: approx Black Pearl. HEX triplet: 08, 0F and 16. RGB value is (8,15,22). Sum of RGB (Red+Green+Blue) = 8+15+22=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #080F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F16 is #F7F0E9. Grayscale: #0D0D0D. Windows color (decimal): -16249066 or 1445640. OLE color: 1445640.

HSL color Cylindrical-coordinate representation of color #080F16: hue angle of 210º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #080F16 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB81522-
CMYK0.640.3200.91
HSL210º46.67%5.88%-
HSV(B)210º63.64%8.63%-
XYZ0.420.450.82-
YUV13.7132.68123.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.78%
GREEN value IS 15 (6.25% from 255) = 33.33%
BLUE value IS 22 (8.98% from 255) = 48.89%
R=17.78%
G=33.33%
B=48.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal815220.640.3200.9121046.675.88
Hex8F16402005Bd22f6
Octal101726100400133322576
Binary100011111011010000001000000101101111010010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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