Html Css Color HEX #312E23 Graphite

📋 copy color: '#312E23'

red 49 ◦ green 46 ◦ blue 35

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

Shades of Graphite #312E23

Tints of Graphite #312E23

RGB

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

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

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

R = 37.69%
G = 35.38%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#312E23 (or 0x312E23) is known color: Graphite. HEX triplet: 31, 2E and 23. RGB value is (49,46,35). Sum of RGB (Red+Green+Blue) = 49+46+35=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 49 - color contains mainly: red. Hex color #312E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E23 is #CED1DC. Grayscale: #2D2D2D. Windows color (decimal): -13554141 or 2305585. OLE color: 2305585.

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

Color convert

RGB 49 46 35 -
CMYK 0 0.06 0.29 0.81
HSL 47.14º 0.17% 0.16% -
HSV(B) 47.14º 0.29% 0.19% -
XYZ 2.55 2.73 1.98 -
YUV 45.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 49 46 35 0 0.06 0.29 0.81 47.14 0.17 0.16
Hex 31 2E 23 0 6 1D 51 2F 11 10
Octal 61 56 43 0 6 35 121 57 21 20
Binary 110001 101110 100011 0 110 11101 1010001 101111 10001 10000

Color Harmonies of #312E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312E23

Black with #312E23

Text Example


Text Example

White with #312E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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