Html Css Color HEX #322B29 Diesel

📋 copy color: '#322B29'

red 50 ◦ green 43 ◦ blue 41

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

Shades of Diesel #322B29

Tints of Diesel #322B29

RGB

 RED value IS 50 (19.92% from 255) = 37.31%

 GREEN value IS 43 (17.19% from 255) = 32.09%

 BLUE value IS 41 (16.41% from 255) = 30.6%

R = 37.31%
G = 32.09%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#322B29 (or 0x322B29) is known color: Diesel. HEX triplet: 32, 2B and 29. RGB value is (50,43,41). Sum of RGB (Red+Green+Blue) = 50+43+41=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 50 - color contains mainly: red. Hex color #322B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B29 is #CDD4D6. Grayscale: #2C2C2C. Windows color (decimal): -13489367 or 2698034. OLE color: 2698034.

HSL color Cylindrical-coordinate representation of color #322B29: hue angle of 13.33º 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 #322B29 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 43 41 -
CMYK 0 0.14 0.18 0.80
HSL 13.33º 0.1% 0.18% -
HSV(B) 13.33º 0.18% 0.2% -
XYZ 2.58 2.57 2.46 -
YUV 44.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 50 43 41 0 0.14 0.18 0.80 13.33 0.1 0.18
Hex 32 2B 29 0 E 12 50 D A 12
Octal 62 53 51 0 16 22 120 15 12 22
Binary 110010 101011 101001 0 1110 10010 1010000 1101 1010 10010

Color Harmonies of #322B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322B29

Black with #322B29

Text Example


Text Example

White with #322B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #322B29;
 }
 .AnyTagClassName
 {
   color: #322B29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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