Html Css Color HEX #312E26 Graphite

📋 copy color: '#312E26'

red 49 ◦ green 46 ◦ blue 38

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

Shades of Graphite #312E26

Tints of Graphite #312E26

RGB

 RED value IS 49 (19.53% from 255) = 36.84%

 GREEN value IS 46 (18.36% from 255) = 34.59%

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

R = 36.84%
G = 34.59%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#312E26 (or 0x312E26) is known color: Graphite. HEX triplet: 31, 2E and 26. RGB value is (49,46,38). Sum of RGB (Red+Green+Blue) = 49+46+38=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 49 - color contains mainly: red. Hex color #312E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E26 is #CED1D9. Grayscale: #2E2E2E. Windows color (decimal): -13554138 or 2502193. OLE color: 2502193.

HSL color Cylindrical-coordinate representation of color #312E26: hue angle of 43.64º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #312E26 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 46 38 -
CMYK 0 0.06 0.22 0.81
HSL 43.64º 0.13% 0.17% -
HSV(B) 43.64º 0.22% 0.19% -
XYZ 2.59 2.75 2.23 -
YUV 45.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 49 46 38 0 0.06 0.22 0.81 43.64 0.13 0.17
Hex 31 2E 26 0 6 16 51 2C D 11
Octal 61 56 46 0 6 26 121 54 15 21
Binary 110001 101110 100110 0 110 10110 1010001 101100 1101 10001

Color Harmonies of #312E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312E26

Black with #312E26

Text Example


Text Example

White with #312E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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