Html Css Color HEX #343121 Graphite

📋 copy color: '#343121'

red 52 ◦ green 49 ◦ blue 33

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

Shades of Graphite #343121

Tints of Graphite #343121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 24.63%

R = 38.81%
G = 36.57%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.80

RGB Variations

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

Color information

#343121 (or 0x343121) is known color: Graphite. HEX triplet: 34, 31 and 21. RGB value is (52,49,33). Sum of RGB (Red+Green+Blue) = 52+49+33=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 52 - color contains mainly: red. Hex color #343121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343121 is #CBCEDE. Grayscale: #303030. Windows color (decimal): -13356767 or 2175284. OLE color: 2175284.

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

Color convert

RGB 52 49 33 -
CMYK 0 0.06 0.37 0.80
HSL 50.53º 0.22% 0.17% -
HSV(B) 50.53º 0.37% 0.2% -
XYZ 2.79 3.04 1.88 -
YUV 48.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 52 49 33 0 0.06 0.37 0.80 50.53 0.22 0.17
Hex 34 31 21 0 6 25 50 33 16 11
Octal 64 61 41 0 6 45 120 63 26 21
Binary 110100 110001 100001 0 110 100101 1010000 110011 10110 10001

Color Harmonies of #343121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343121

Black with #343121

Text Example


Text Example

White with #343121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343121; }

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

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

background-color css

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

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

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

border-color css

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

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

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