Html Css Color HEX #343225 Graphite

📋 copy color: '#343225'

red 52 ◦ green 50 ◦ blue 37

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

Shades of Graphite #343225

Tints of Graphite #343225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 26.62%

R = 37.41%
G = 35.97%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#343225 (or 0x343225) is known color: Graphite. HEX triplet: 34, 32 and 25. RGB value is (52,50,37). Sum of RGB (Red+Green+Blue) = 52+50+37=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 52 - color contains mainly: red. Hex color #343225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343225 is #CBCDDA. Grayscale: #313131. Windows color (decimal): -13356507 or 2437684. OLE color: 2437684.

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

Color convert

RGB 52 50 37 -
CMYK 0 0.04 0.29 0.80
HSL 52º 0.17% 0.17% -
HSV(B) 52º 0.29% 0.2% -
XYZ 2.89 3.14 2.2 -
YUV 49.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 52 50 37 0 0.04 0.29 0.80 52 0.17 0.17
Hex 34 32 25 0 4 1D 50 34 11 11
Octal 64 62 45 0 4 35 120 64 21 21
Binary 110100 110010 100101 0 100 11101 1010000 110100 10001 10001

Color Harmonies of #343225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343225

Black with #343225

Text Example


Text Example

White with #343225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343225; }

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

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

background-color css

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

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

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

border-color css

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

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

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