Html Css Color HEX #342E1D Graphite

📋 copy color: '#342E1D'

red 52 ◦ green 46 ◦ blue 29

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

Shades of Graphite #342E1D

Tints of Graphite #342E1D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 36.22%

 BLUE value IS 29 (11.72% from 255) = 22.83%

R = 40.94%
G = 36.22%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#342E1D (or 0x342E1D) is known color: Graphite. HEX triplet: 34, 2E and 1D. RGB value is (52,46,29). Sum of RGB (Red+Green+Blue) = 52+46+29=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 52 - color contains mainly: red. Hex color #342E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E1D is #CBD1E2. Grayscale: #2D2D2D. Windows color (decimal): -13357539 or 1912372. OLE color: 1912372.

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

Color convert

RGB 52 46 29 -
CMYK 0 0.12 0.44 0.80
HSL 44.35º 0.28% 0.16% -
HSV(B) 44.35º 0.44% 0.2% -
XYZ 2.61 2.77 1.56 -
YUV 45.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 52 46 29 0 0.12 0.44 0.80 44.35 0.28 0.16
Hex 34 2E 1D 0 C 2C 50 2C 1C 10
Octal 64 56 35 0 14 54 120 54 34 20
Binary 110100 101110 11101 0 1100 101100 1010000 101100 11100 10000

Color Harmonies of #342E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E1D

Black with #342E1D

Text Example


Text Example

White with #342E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,46,29); }

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

background-color css

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

 a { background-color: rgb(52,46,29); }

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

border-color css

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

 span { border-color: rgb(52,46,29); }

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