Html Css Color HEX #343126 Graphite

📋 copy color: '#343126'

red 52 ◦ green 49 ◦ blue 38

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

Shades of Graphite #343126

Tints of Graphite #343126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.34%

R = 37.41%
G = 35.25%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.80

RGB Variations

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

Color information

#343126 (or 0x343126) is known color: Graphite. HEX triplet: 34, 31 and 26. RGB value is (52,49,38). Sum of RGB (Red+Green+Blue) = 52+49+38=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 52 - color contains mainly: red. Hex color #343126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343126 is #CBCED9. Grayscale: #303030. Windows color (decimal): -13356762 or 2502964. OLE color: 2502964.

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

Color convert

RGB 52 49 38 -
CMYK 0 0.06 0.27 0.80
HSL 47.14º 0.16% 0.18% -
HSV(B) 47.14º 0.27% 0.2% -
XYZ 2.86 3.07 2.27 -
YUV 48.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 52 49 38 0 0.06 0.27 0.80 47.14 0.16 0.18
Hex 34 31 26 0 6 1B 50 2F 10 12
Octal 64 61 46 0 6 33 120 57 20 22
Binary 110100 110001 100110 0 110 11011 1010000 101111 10000 10010

Color Harmonies of #343126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343126

Black with #343126

Text Example


Text Example

White with #343126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343126; }

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

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

background-color css

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

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

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

border-color css

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

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

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