#082329

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

Shades of Black Pearl #082329

Tints of Black Pearl #082329

Color information

#082329 (or 0x082329) is unknown color: approx Black Pearl. HEX triplet: 08, 23 and 29. RGB value is (8,35,41). Sum of RGB (Red+Green+Blue) = 8+35+41=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 41 (16.41% from 255 or 48.81% from 84); Max value from RGB is 41 - color contains mainly: blue. Hex color #082329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082329 is #F7DCD6. Grayscale: #1B1B1B. Windows color (decimal): -16243927 or 2695944. OLE color: 2695944.

HSL color Cylindrical-coordinate representation of color #082329: hue angle of 190.91º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082329 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB83541-
CMYK0.800.1500.84
HSL190.91º67.35%9.61%-
HSV(B)190.91º80.49%16.08%-
XYZ1.11.412.31-
YUV27.61135.55114.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.52%
GREEN value IS 35 (14.06% from 255) = 41.67%
BLUE value IS 41 (16.41% from 255) = 48.81%
R=9.52%
G=41.67%
B=48.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal835410.800.1500.84190.9167.359.61
Hex8232950F054bf43a
Octal10435112017012427710312
Binary100010001110100110100001111010101001011111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082329; }

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

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

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

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

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

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

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

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