#081519

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

Shades of Black Pearl #081519

Tints of Black Pearl #081519

Color information

#081519 (or 0x081519) is unknown color: approx Black Pearl. HEX triplet: 08, 15 and 19. RGB value is (8,21,25). Sum of RGB (Red+Green+Blue) = 8+21+25=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 25 - color contains mainly: blue. Hex color #081519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081519 is #F7EAE6. Grayscale: #111111. Windows color (decimal): -16247527 or 1643784. OLE color: 1643784.

HSL color Cylindrical-coordinate representation of color #081519: hue angle of 194.12º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #081519 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB82125-
CMYK0.680.1600.90
HSL194.12º51.52%6.47%-
HSV(B)194.12º68%9.8%-
XYZ0.540.661.02-
YUV17.57132.19121.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.81%
GREEN value IS 21 (8.59% from 255) = 38.89%
BLUE value IS 25 (10.16% from 255) = 46.30%
R=14.81%
G=38.89%
B=46.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal821250.680.1600.90194.1251.526.47
Hex81519441005Ac2346
Octal102531104200132302646
Binary100010101110011000100100000101101011000010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081519; }

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

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

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

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

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

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

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

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