Html Css Color HEX #342F1E Graphite

📋 copy color: '#342F1E'

red 52 ◦ green 47 ◦ blue 30

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

Shades of Graphite #342F1E

Tints of Graphite #342F1E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 36.43%

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

R = 40.31%
G = 36.43%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#342F1E (or 0x342F1E) is known color: Graphite. HEX triplet: 34, 2F and 1E. RGB value is (52,47,30). Sum of RGB (Red+Green+Blue) = 52+47+30=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #342F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F1E is #CBD0E1. Grayscale: #2E2E2E. Windows color (decimal): -13357282 or 1978164. OLE color: 1978164.

HSL color Cylindrical-coordinate representation of color #342F1E: hue angle of 46.36º 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 #342F1E is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 47 30 -
CMYK 0 0.10 0.42 0.80
HSL 46.36º 0.27% 0.16% -
HSV(B) 46.36º 0.42% 0.2% -
XYZ 2.67 2.86 1.64 -
YUV 46.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 52 47 30 0 0.10 0.42 0.80 46.36 0.27 0.16
Hex 34 2F 1E 0 A 2A 50 2E 1B 10
Octal 64 57 36 0 12 52 120 56 33 20
Binary 110100 101111 11110 0 1010 101010 1010000 101110 11011 10000

Color Harmonies of #342F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342F1E

Black with #342F1E

Text Example


Text Example

White with #342F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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