Html Css Color HEX #343124 Graphite

📋 copy color: '#343124'

red 52 ◦ green 49 ◦ blue 36

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

Shades of Graphite #343124

Tints of Graphite #343124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.77%

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

R = 37.96%
G = 35.77%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.80

RGB Variations

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

Color information

#343124 (or 0x343124) is known color: Graphite. HEX triplet: 34, 31 and 24. RGB value is (52,49,36). Sum of RGB (Red+Green+Blue) = 52+49+36=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 52 - color contains mainly: red. Hex color #343124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343124 is #CBCEDB. Grayscale: #303030. Windows color (decimal): -13356764 or 2371892. OLE color: 2371892.

HSL color Cylindrical-coordinate representation of color #343124: hue angle of 48.75º 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 #343124 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 49 36 -
CMYK 0 0.06 0.31 0.80
HSL 48.75º 0.18% 0.17% -
HSV(B) 48.75º 0.31% 0.2% -
XYZ 2.83 3.05 2.11 -
YUV 48.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 52 49 36 0 0.06 0.31 0.80 48.75 0.18 0.17
Hex 34 31 24 0 6 1F 50 31 12 11
Octal 64 61 44 0 6 37 120 61 22 21
Binary 110100 110001 100100 0 110 11111 1010000 110001 10010 10001

Color Harmonies of #343124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343124

Black with #343124

Text Example


Text Example

White with #343124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343124; }

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

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

background-color css

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

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

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

border-color css

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

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

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