Html Css Color HEX #342C29 Diesel

📋 copy color: '#342C29'

red 52 ◦ green 44 ◦ blue 41

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

Shades of Diesel #342C29

Tints of Diesel #342C29

RGB

 RED value IS 52 (20.7% from 255) = 37.96%

 GREEN value IS 44 (17.58% from 255) = 32.12%

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

R = 37.96%
G = 32.12%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#342C29 (or 0x342C29) is known color: Diesel. HEX triplet: 34, 2C and 29. RGB value is (52,44,41). Sum of RGB (Red+Green+Blue) = 52+44+41=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 52 - color contains mainly: red. Hex color #342C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342C29 is #CBD3D6. Grayscale: #2E2E2E. Windows color (decimal): -13358039 or 2698292. OLE color: 2698292.

HSL color Cylindrical-coordinate representation of color #342C29: hue angle of 16.36º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #342C29 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 44 41 -
CMYK 0 0.15 0.21 0.80
HSL 16.36º 0.12% 0.18% -
HSV(B) 16.36º 0.21% 0.2% -
XYZ 2.72 2.69 2.47 -
YUV 46.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 52 44 41 0 0.15 0.21 0.80 16.36 0.12 0.18
Hex 34 2C 29 0 F 15 50 10 C 12
Octal 64 54 51 0 17 25 120 20 14 22
Binary 110100 101100 101001 0 1111 10101 1010000 10000 1100 10010

Color Harmonies of #342C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C29

Black with #342C29

Text Example


Text Example

White with #342C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342C29; }

 p { color: rgb(52,44,41); }

 H1.HeaderClassName
 {
   color: #342C29;
 }
 .AnyTagClassName
 {
   color: #342C29;
 }
</style>

background-color css

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

 a { background-color: rgb(52,44,41); }

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

border-color css

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

 span { border-color: rgb(52,44,41); }

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