Html Css Color HEX #342E1C Graphite

📋 copy color: '#342E1C'

red 52 ◦ green 46 ◦ blue 28

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

Shades of Graphite #342E1C

Tints of Graphite #342E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.22%

R = 41.27%
G = 36.51%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.80

RGB Variations

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

Color information

#342E1C (or 0x342E1C) is known color: Graphite. HEX triplet: 34, 2E and 1C. RGB value is (52,46,28). Sum of RGB (Red+Green+Blue) = 52+46+28=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 52 - color contains mainly: red. Hex color #342E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E1C is #CBD1E3. Grayscale: #2D2D2D. Windows color (decimal): -13357540 or 1846836. OLE color: 1846836.

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

Color convert

RGB 52 46 28 -
CMYK 0 0.12 0.46 0.80
HSL 45º 0.3% 0.16% -
HSV(B) 45º 0.46% 0.2% -
XYZ 2.6 2.77 1.5 -
YUV 45.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 52 46 28 0 0.12 0.46 0.80 45 0.3 0.16
Hex 34 2E 1C 0 C 2E 50 2D 1E 10
Octal 64 56 34 0 14 56 120 55 36 20
Binary 110100 101110 11100 0 1100 101110 1010000 101101 11110 10000

Color Harmonies of #342E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E1C

Black with #342E1C

Text Example


Text Example

White with #342E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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