#032329

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

Shades of Black Pearl #032329

Tints of Black Pearl #032329

Color information

#032329 (or 0x032329) is unknown color: approx Black Pearl. HEX triplet: 03, 23 and 29. RGB value is (3,35,41). Sum of RGB (Red+Green+Blue) = 3+35+41=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 41 (16.41% from 255 or 51.90% from 79); Max value from RGB is 41 - color contains mainly: blue. Hex color #032329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032329 is #FCDCD6. Grayscale: #1A1A1A. Windows color (decimal): -16571607 or 2695939. OLE color: 2695939.

HSL color Cylindrical-coordinate representation of color #032329: hue angle of 189.47º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032329 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB33541-
CMYK0.930.1500.84
HSL189.47º86.36%8.63%-
HSV(B)189.47º92.68%16.08%-
XYZ1.041.382.31-
YUV26.12136.4111.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.80%
GREEN value IS 35 (14.06% from 255) = 44.30%
BLUE value IS 41 (16.41% from 255) = 51.90%
R=3.80%
G=44.30%
B=51.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal335410.930.1500.84189.4786.368.63
Hex323295DF054bd569
Octal3435113517012427512611
Binary1110001110100110111011111010101001011110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032329; }

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

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

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

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

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

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

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

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