#322F29

Color #322F29 Creole (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Creole #322F29

Tints of Creole #322F29

Color information

#322F29 (or 0x322F29) is unknown color: approx Creole. HEX triplet: 32, 2F and 29. RGB value is (50,47,41). Sum of RGB (Red+Green+Blue) = 50+47+41=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 50 - color contains mainly: red. Hex color #322F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F29 is #CDD0D6. Grayscale: #2F2F2F. Windows color (decimal): -13488343 or 2699058. OLE color: 2699058.

HSL color Cylindrical-coordinate representation of color #322F29: hue angle of 40º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #322F29 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB504741-
CMYK00.060.180.80
HSL40º9.89%17.84%-
HSV(B)40º18%19.61%-
XYZ2.732.872.51-
YUV47.21124.49129.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.23%
GREEN value IS 47 (18.75% from 255) = 34.06%
BLUE value IS 41 (16.41% from 255) = 29.71%
R=36.23%
G=34.06%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50474100.060.180.80409.8917.84
Hex322F2906125028a12
Octal6257510622120501222
Binary1100101011111010010110100101010000101000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322F29; }

 p { color: rgb(50,47,41); }

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

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

 a { background-color: rgb(50,47,41); }

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

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

 span { border-color: rgb(50,47,41); }

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