Html Css Color HEX #343224 Graphite

📋 copy color: '#343224'

red 52 ◦ green 50 ◦ blue 36

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

Shades of Graphite #343224

Tints of Graphite #343224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 26.09%

R = 37.68%
G = 36.23%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.80

RGB Variations

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

Color information

#343224 (or 0x343224) is known color: Graphite. HEX triplet: 34, 32 and 24. RGB value is (52,50,36). Sum of RGB (Red+Green+Blue) = 52+50+36=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 52 - color contains mainly: red. Hex color #343224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343224 is #CBCDDB. Grayscale: #313131. Windows color (decimal): -13356508 or 2372148. OLE color: 2372148.

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

Color convert

RGB 52 50 36 -
CMYK 0 0.04 0.31 0.80
HSL 52.5º 0.18% 0.17% -
HSV(B) 52.5º 0.31% 0.2% -
XYZ 2.88 3.14 2.12 -
YUV 49 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 52 50 36 0 0.04 0.31 0.80 52.5 0.18 0.17
Hex 34 32 24 0 4 1F 50 34 12 11
Octal 64 62 44 0 4 37 120 64 22 21
Binary 110100 110010 100100 0 100 11111 1010000 110100 10010 10001

Color Harmonies of #343224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343224

Black with #343224

Text Example


Text Example

White with #343224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343224; }

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

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

background-color css

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

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

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

border-color css

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

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

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