Html Css Color HEX #343123 Graphite

📋 copy color: '#343123'

red 52 ◦ green 49 ◦ blue 35

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

Shades of Graphite #343123

Tints of Graphite #343123

RGB

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

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

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

R = 38.24%
G = 36.03%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.80

RGB Variations

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

Color information

#343123 (or 0x343123) is known color: Graphite. HEX triplet: 34, 31 and 23. RGB value is (52,49,35). Sum of RGB (Red+Green+Blue) = 52+49+35=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 52 - color contains mainly: red. Hex color #343123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343123 is #CBCEDC. Grayscale: #303030. Windows color (decimal): -13356765 or 2306356. OLE color: 2306356.

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

Color convert

RGB 52 49 35 -
CMYK 0 0.06 0.33 0.80
HSL 49.41º 0.2% 0.17% -
HSV(B) 49.41º 0.33% 0.2% -
XYZ 2.82 3.05 2.03 -
YUV 48.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 52 49 35 0 0.06 0.33 0.80 49.41 0.2 0.17
Hex 34 31 23 0 6 21 50 31 14 11
Octal 64 61 43 0 6 41 120 61 24 21
Binary 110100 110001 100011 0 110 100001 1010000 110001 10100 10001

Color Harmonies of #343123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343123

Black with #343123

Text Example


Text Example

White with #343123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343123; }

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

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

background-color css

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

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

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

border-color css

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

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

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