#081322

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

Shades of Black Pearl #081322

Tints of Black Pearl #081322

Color information

#081322 (or 0x081322) is unknown color: approx Black Pearl. HEX triplet: 08, 13 and 22. RGB value is (8,19,34). Sum of RGB (Red+Green+Blue) = 8+19+34=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 34 (13.67% from 255 or 55.74% from 61); Max value from RGB is 34 - color contains mainly: blue. Hex color #081322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081322 is #F7ECDD. Grayscale: #111111. Windows color (decimal): -16248030 or 2233096. OLE color: 2233096.

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

Color convert

RGB81934-
CMYK0.760.4400.87
HSL214.62º61.9%8.24%-
HSV(B)214.62º76.47%13.33%-
XYZ0.620.631.6-
YUV17.42137.36121.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.11%
GREEN value IS 19 (7.81% from 255) = 31.15%
BLUE value IS 34 (13.67% from 255) = 55.74%
R=13.11%
G=31.15%
B=55.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal819340.760.4400.87214.6261.98.24
Hex813224C2C057d73e8
Octal1023421145401273277610
Binary100010011100010100110010110001010111110101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081322; }

 p { color: rgb(8,19,34); }

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

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

 a { background-color: rgb(8,19,34); }

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

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

 span { border-color: rgb(8,19,34); }

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