#081019

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

Shades of Black Pearl #081019

Tints of Black Pearl #081019

Color information

#081019 (or 0x081019) is unknown color: approx Black Pearl. HEX triplet: 08, 10 and 19. RGB value is (8,16,25). Sum of RGB (Red+Green+Blue) = 8+16+25=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 25 (10.16% from 255 or 51.02% from 49); Max value from RGB is 25 - color contains mainly: blue. Hex color #081019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081019 is #F7EFE6. Grayscale: #0E0E0E. Windows color (decimal): -16248807 or 1642504. OLE color: 1642504.

HSL color Cylindrical-coordinate representation of color #081019: hue angle of 211.76º 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 #081019 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB81625-
CMYK0.680.3600.90
HSL211.76º51.52%6.47%-
HSV(B)211.76º68%9.8%-
XYZ0.460.490.99-
YUV14.63133.85123.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.33%
GREEN value IS 16 (6.64% from 255) = 32.65%
BLUE value IS 25 (10.16% from 255) = 51.02%
R=16.33%
G=32.65%
B=51.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal816250.680.3600.90211.7651.526.47
Hex81019442405Ad4346
Octal102031104440132324646
Binary1000100001100110001001001000101101011010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081019; }

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

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

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

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

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

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

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

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