#081419

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

Shades of Black Pearl #081419

Tints of Black Pearl #081419

Color information

#081419 (or 0x081419) is unknown color: approx Black Pearl. HEX triplet: 08, 14 and 19. RGB value is (8,20,25). Sum of RGB (Red+Green+Blue) = 8+20+25=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 25 - color contains mainly: blue. Hex color #081419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081419 is #F7EBE6. Grayscale: #101010. Windows color (decimal): -16247783 or 1643528. OLE color: 1643528.

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

Color convert

RGB82025-
CMYK0.680.2000.90
HSL197.65º51.52%6.47%-
HSV(B)197.65º68%9.8%-
XYZ0.530.621.01-
YUV16.98132.52121.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.09%
GREEN value IS 20 (8.20% from 255) = 37.74%
BLUE value IS 25 (10.16% from 255) = 47.17%
R=15.09%
G=37.74%
B=47.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal820250.680.2000.90197.6551.526.47
Hex81419441405Ac6346
Octal102431104240132306646
Binary100010100110011000100101000101101011000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081419; }

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

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

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

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

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

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

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

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