Html Css Color HEX #31302B Graphite

📋 copy color: '#31302B'

red 49 ◦ green 48 ◦ blue 43

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

Shades of Graphite #31302B

Tints of Graphite #31302B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.29%

 BLUE value IS 43 (17.19% from 255) = 30.71%

R = 35%
G = 34.29%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#31302B (or 0x31302B) is known color: Graphite. HEX triplet: 31, 30 and 2B. RGB value is (49,48,43). Sum of RGB (Red+Green+Blue) = 49+48+43=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 49 - color contains mainly: red. Hex color #31302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31302B is #CECFD4. Grayscale: #2F2F2F. Windows color (decimal): -13553621 or 2830385. OLE color: 2830385.

HSL color Cylindrical-coordinate representation of color #31302B: hue angle of 50º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #31302B is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 48 43 -
CMYK 0 0.02 0.12 0.81
HSL 50º 0.07% 0.18% -
HSV(B) 50º 0.12% 0.19% -
XYZ 2.76 2.94 2.71 -
YUV 47.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 49 48 43 0 0.02 0.12 0.81 50 0.07 0.18
Hex 31 30 2B 0 2 C 51 32 7 12
Octal 61 60 53 0 2 14 121 62 7 22
Binary 110001 110000 101011 0 10 1100 1010001 110010 111 10010

Color Harmonies of #31302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31302B

Black with #31302B

Text Example


Text Example

White with #31302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31302B; }

 p { color: rgb(49,48,43); }

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

background-color css

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

 a { background-color: rgb(49,48,43); }

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

border-color css

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

 span { border-color: rgb(49,48,43); }

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