Html Css Color HEX #342E1E Graphite

📋 copy color: '#342E1E'

red 52 ◦ green 46 ◦ blue 30

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

Shades of Graphite #342E1E

Tints of Graphite #342E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.44%

R = 40.63%
G = 35.94%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#342E1E (or 0x342E1E) is known color: Graphite. HEX triplet: 34, 2E and 1E. RGB value is (52,46,30). Sum of RGB (Red+Green+Blue) = 52+46+30=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 52 - color contains mainly: red. Hex color #342E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E1E is #CBD1E1. Grayscale: #2E2E2E. Windows color (decimal): -13357538 or 1977908. OLE color: 1977908.

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

Color convert

RGB 52 46 30 -
CMYK 0 0.12 0.42 0.80
HSL 43.64º 0.27% 0.16% -
HSV(B) 43.64º 0.42% 0.2% -
XYZ 2.63 2.78 1.63 -
YUV 45.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 52 46 30 0 0.12 0.42 0.80 43.64 0.27 0.16
Hex 34 2E 1E 0 C 2A 50 2C 1B 10
Octal 64 56 36 0 14 52 120 54 33 20
Binary 110100 101110 11110 0 1100 101010 1010000 101100 11011 10000

Color Harmonies of #342E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E1E

Black with #342E1E

Text Example


Text Example

White with #342E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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