Html Css Color HEX #343022 Graphite

📋 copy color: '#343022'

red 52 ◦ green 48 ◦ blue 34

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

Shades of Graphite #343022

Tints of Graphite #343022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.82%

 BLUE value IS 34 (13.67% from 255) = 25.37%

R = 38.81%
G = 35.82%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.80

RGB Variations

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

Color information

#343022 (or 0x343022) is known color: Graphite. HEX triplet: 34, 30 and 22. RGB value is (52,48,34). Sum of RGB (Red+Green+Blue) = 52+48+34=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 52 - color contains mainly: red. Hex color #343022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343022 is #CBCFDD. Grayscale: #2F2F2F. Windows color (decimal): -13357022 or 2240564. OLE color: 2240564.

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

Color convert

RGB 52 48 34 -
CMYK 0 0.08 0.35 0.80
HSL 46.67º 0.21% 0.17% -
HSV(B) 46.67º 0.35% 0.2% -
XYZ 2.76 2.96 1.94 -
YUV 47.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 52 48 34 0 0.08 0.35 0.80 46.67 0.21 0.17
Hex 34 30 22 0 8 23 50 2F 15 11
Octal 64 60 42 0 10 43 120 57 25 21
Binary 110100 110000 100010 0 1000 100011 1010000 101111 10101 10001

Color Harmonies of #343022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343022

Black with #343022

Text Example


Text Example

White with #343022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343022; }

 p { color: rgb(52,48,34); }

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

background-color css

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

 a { background-color: rgb(52,48,34); }

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

border-color css

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

 span { border-color: rgb(52,48,34); }

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