#081323

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

Shades of Black Pearl #081323

Tints of Black Pearl #081323

Color information

#081323 (or 0x081323) is unknown color: approx Black Pearl. HEX triplet: 08, 13 and 23. RGB value is (8,19,35). Sum of RGB (Red+Green+Blue) = 8+19+35=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 35 (14.06% from 255 or 56.45% from 62); Max value from RGB is 35 - color contains mainly: blue. Hex color #081323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081323 is #F7ECDC. Grayscale: #111111. Windows color (decimal): -16248029 or 2298632. OLE color: 2298632.

HSL color Cylindrical-coordinate representation of color #081323: hue angle of 215.56º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #081323 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB81935-
CMYK0.770.4600.86
HSL215.56º62.79%8.43%-
HSV(B)215.56º77.14%13.73%-
XYZ0.640.641.68-
YUV17.53137.86121.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.90%
GREEN value IS 19 (7.81% from 255) = 30.65%
BLUE value IS 35 (14.06% from 255) = 56.45%
R=12.90%
G=30.65%
B=56.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal819350.770.4600.86215.5662.798.43
Hex813234D2E056d83f8
Octal1023431155601263307710
Binary100010011100011100110110111001010110110110001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081323; }

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

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

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

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

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

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

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

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