Html Css Color HEX #343228 Graphite

📋 copy color: '#343228'

red 52 ◦ green 50 ◦ blue 40

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

Shades of Graphite #343228

Tints of Graphite #343228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.17%

R = 36.62%
G = 35.21%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#343228 (or 0x343228) is known color: Graphite. HEX triplet: 34, 32 and 28. RGB value is (52,50,40). Sum of RGB (Red+Green+Blue) = 52+50+40=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 52 - color contains mainly: red. Hex color #343228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343228 is #CBCDD7. Grayscale: #313131. Windows color (decimal): -13356504 or 2634292. OLE color: 2634292.

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

Color convert

RGB 52 50 40 -
CMYK 0 0.04 0.23 0.80
HSL 50º 0.13% 0.18% -
HSV(B) 50º 0.23% 0.2% -
XYZ 2.94 3.16 2.46 -
YUV 49.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 52 50 40 0 0.04 0.23 0.80 50 0.13 0.18
Hex 34 32 28 0 4 17 50 32 D 12
Octal 64 62 50 0 4 27 120 62 15 22
Binary 110100 110010 101000 0 100 10111 1010000 110010 1101 10010

Color Harmonies of #343228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343228

Black with #343228

Text Example


Text Example

White with #343228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343228; }

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

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

background-color css

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

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

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

border-color css

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

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

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