Html Css Color HEX #342E1B Graphite

📋 copy color: '#342E1B'

red 52 ◦ green 46 ◦ blue 27

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

Shades of Graphite #342E1B

Tints of Graphite #342E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.6%

R = 41.6%
G = 36.8%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#342E1B (or 0x342E1B) is known color: Graphite. HEX triplet: 34, 2E and 1B. RGB value is (52,46,27). Sum of RGB (Red+Green+Blue) = 52+46+27=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 52 - color contains mainly: red. Hex color #342E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E1B is #CBD1E4. Grayscale: #2D2D2D. Windows color (decimal): -13357541 or 1781300. OLE color: 1781300.

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

Color convert

RGB 52 46 27 -
CMYK 0 0.12 0.48 0.80
HSL 45.6º 0.32% 0.15% -
HSV(B) 45.6º 0.48% 0.2% -
XYZ 2.59 2.76 1.43 -
YUV 45.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 52 46 27 0 0.12 0.48 0.80 45.6 0.32 0.15
Hex 34 2E 1B 0 C 30 50 2E 20 F
Octal 64 56 33 0 14 60 120 56 40 17
Binary 110100 101110 11011 0 1100 110000 1010000 101110 100000 1111

Color Harmonies of #342E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E1B

Black with #342E1B

Text Example


Text Example

White with #342E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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