#081420

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

Shades of Black Pearl #081420

Tints of Black Pearl #081420

Color information

#081420 (or 0x081420) is unknown color: approx Black Pearl. HEX triplet: 08, 14 and 20. RGB value is (8,20,32). Sum of RGB (Red+Green+Blue) = 8+20+32=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 32 (12.89% from 255 or 53.33% from 60); Max value from RGB is 32 - color contains mainly: blue. Hex color #081420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081420 is #F7EBDF. Grayscale: #111111. Windows color (decimal): -16247776 or 2102280. OLE color: 2102280.

HSL color Cylindrical-coordinate representation of color #081420: hue angle of 210º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #081420 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB82032-
CMYK0.750.3700.87
HSL210º60%7.84%-
HSV(B)210º75%12.55%-
XYZ0.610.661.46-
YUV17.78136.02121.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.33%
GREEN value IS 20 (8.20% from 255) = 33.33%
BLUE value IS 32 (12.89% from 255) = 53.33%
R=13.33%
G=33.33%
B=53.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal820320.750.3700.87210607.84
Hex814204B25057d23c8
Octal1024401134501273227410
Binary100010100100000100101110010101010111110100101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081420; }

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

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

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

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

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

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

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

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