Html Css Color HEX #343226 Graphite

📋 copy color: '#343226'

red 52 ◦ green 50 ◦ blue 38

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

Shades of Graphite #343226

Tints of Graphite #343226

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.71%

 BLUE value IS 38 (15.23% from 255) = 27.14%

R = 37.14%
G = 35.71%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.80

RGB Variations

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

Color information

#343226 (or 0x343226) is known color: Graphite. HEX triplet: 34, 32 and 26. RGB value is (52,50,38). Sum of RGB (Red+Green+Blue) = 52+50+38=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 52 - color contains mainly: red. Hex color #343226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343226 is #CBCDD9. Grayscale: #313131. Windows color (decimal): -13356506 or 2503220. OLE color: 2503220.

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

Color convert

RGB 52 50 38 -
CMYK 0 0.04 0.27 0.80
HSL 51.43º 0.16% 0.18% -
HSV(B) 51.43º 0.27% 0.2% -
XYZ 2.91 3.15 2.29 -
YUV 49.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 52 50 38 0 0.04 0.27 0.80 51.43 0.16 0.18
Hex 34 32 26 0 4 1B 50 33 10 12
Octal 64 62 46 0 4 33 120 63 20 22
Binary 110100 110010 100110 0 100 11011 1010000 110011 10000 10010

Color Harmonies of #343226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343226

Black with #343226

Text Example


Text Example

White with #343226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343226; }

 p { color: rgb(52,50,38); }

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

background-color css

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

 a { background-color: rgb(52,50,38); }

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

border-color css

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

 span { border-color: rgb(52,50,38); }

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