Html Css Color HEX #342F23 Graphite

📋 copy color: '#342F23'

red 52 ◦ green 47 ◦ blue 35

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

Shades of Graphite #342F23

Tints of Graphite #342F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 26.12%

R = 38.81%
G = 35.07%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.80

RGB Variations

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

Color information

#342F23 (or 0x342F23) is known color: Graphite. HEX triplet: 34, 2F and 23. RGB value is (52,47,35). Sum of RGB (Red+Green+Blue) = 52+47+35=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 52 - color contains mainly: red. Hex color #342F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F23 is #CBD0DC. Grayscale: #2F2F2F. Windows color (decimal): -13357277 or 2305844. OLE color: 2305844.

HSL color Cylindrical-coordinate representation of color #342F23: hue angle of 42.35º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #342F23 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 47 35 -
CMYK 0 0.10 0.33 0.80
HSL 42.35º 0.2% 0.17% -
HSV(B) 42.35º 0.33% 0.2% -
XYZ 2.74 2.88 2 -
YUV 47.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 52 47 35 0 0.10 0.33 0.80 42.35 0.2 0.17
Hex 34 2F 23 0 A 21 50 2A 14 11
Octal 64 57 43 0 12 41 120 52 24 21
Binary 110100 101111 100011 0 1010 100001 1010000 101010 10100 10001

Color Harmonies of #342F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342F23

Black with #342F23

Text Example


Text Example

White with #342F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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