Html Css Color HEX #312F26 Graphite

📋 copy color: '#312F26'

red 49 ◦ green 47 ◦ blue 38

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

Shades of Graphite #312F26

Tints of Graphite #312F26

RGB

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

 GREEN value IS 47 (18.75% from 255) = 35.07%

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

R = 36.57%
G = 35.07%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#312F26 (or 0x312F26) is known color: Graphite. HEX triplet: 31, 2F and 26. RGB value is (49,47,38). Sum of RGB (Red+Green+Blue) = 49+47+38=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 49 - color contains mainly: red. Hex color #312F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F26 is #CED0D9. Grayscale: #2E2E2E. Windows color (decimal): -13553882 or 2502449. OLE color: 2502449.

HSL color Cylindrical-coordinate representation of color #312F26: hue angle of 49.09º 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 #312F26 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 47 38 -
CMYK 0 0.04 0.22 0.81
HSL 49.09º 0.13% 0.17% -
HSV(B) 49.09º 0.22% 0.19% -
XYZ 2.63 2.83 2.24 -
YUV 46.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 49 47 38 0 0.04 0.22 0.81 49.09 0.13 0.17
Hex 31 2F 26 0 4 16 51 31 D 11
Octal 61 57 46 0 4 26 121 61 15 21
Binary 110001 101111 100110 0 100 10110 1010001 110001 1101 10001

Color Harmonies of #312F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F26

Black with #312F26

Text Example


Text Example

White with #312F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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