Html Css Color HEX #343227 Graphite

📋 copy color: '#343227'

red 52 ◦ green 50 ◦ blue 39

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

Shades of Graphite #343227

Tints of Graphite #343227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.66%

R = 36.88%
G = 35.46%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.80

RGB Variations

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

Color information

#343227 (or 0x343227) is known color: Graphite. HEX triplet: 34, 32 and 27. RGB value is (52,50,39). Sum of RGB (Red+Green+Blue) = 52+50+39=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 52 - color contains mainly: red. Hex color #343227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343227 is #CBCDD8. Grayscale: #313131. Windows color (decimal): -13356505 or 2568756. OLE color: 2568756.

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

Color convert

RGB 52 50 39 -
CMYK 0 0.04 0.25 0.80
HSL 50.77º 0.14% 0.18% -
HSV(B) 50.77º 0.25% 0.2% -
XYZ 2.92 3.16 2.37 -
YUV 49.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 52 50 39 0 0.04 0.25 0.80 50.77 0.14 0.18
Hex 34 32 27 0 4 19 50 33 E 12
Octal 64 62 47 0 4 31 120 63 16 22
Binary 110100 110010 100111 0 100 11001 1010000 110011 1110 10010

Color Harmonies of #343227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343227

Black with #343227

Text Example


Text Example

White with #343227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343227; }

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

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

background-color css

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

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

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

border-color css

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

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

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