Html Css Color HEX #343223 Graphite

📋 copy color: '#343223'

red 52 ◦ green 50 ◦ blue 35

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

Shades of Graphite #343223

Tints of Graphite #343223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.55%

R = 37.96%
G = 36.5%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.80

RGB Variations

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

Color information

#343223 (or 0x343223) is known color: Graphite. HEX triplet: 34, 32 and 23. RGB value is (52,50,35). Sum of RGB (Red+Green+Blue) = 52+50+35=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 52 - color contains mainly: red. Hex color #343223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343223 is #CBCDDC. Grayscale: #303030. Windows color (decimal): -13356509 or 2306612. OLE color: 2306612.

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

Color convert

RGB 52 50 35 -
CMYK 0 0.04 0.33 0.80
HSL 52.94º 0.2% 0.17% -
HSV(B) 52.94º 0.33% 0.2% -
XYZ 2.86 3.13 2.04 -
YUV 48.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 52 50 35 0 0.04 0.33 0.80 52.94 0.2 0.17
Hex 34 32 23 0 4 21 50 35 14 11
Octal 64 62 43 0 4 41 120 65 24 21
Binary 110100 110010 100011 0 100 100001 1010000 110101 10100 10001

Color Harmonies of #343223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343223

Black with #343223

Text Example


Text Example

White with #343223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343223; }

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

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

background-color css

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

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

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

border-color css

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

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

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