Html Css Color HEX #322F29 Creole

📋 copy color: '#322F29'

red 50 ◦ green 47 ◦ blue 41

#322F29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Creole #322F29

Tints of Creole #322F29

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 value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#322F29 (or 0x322F29) is known color: 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

RGB 50 47 41 -
CMYK 0 0.06 0.18 0.80
HSL 40º 0.1% 0.18% -
HSV(B) 40º 0.18% 0.2% -
XYZ 2.73 2.87 2.51 -
YUV 47.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 50 47 41 0 0.06 0.18 0.80 40 0.1 0.18
Hex 32 2F 29 0 6 12 50 28 A 12
Octal 62 57 51 0 6 22 120 50 12 22
Binary 110010 101111 101001 0 110 10010 1010000 101000 1010 10010

Color Harmonies of #322F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322F29

Black with #322F29

Text Example


Text Example

White with #322F29

Text Example


Text Example

HTML Codes & Css Web 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>