Html Css Color HEX #36311C Graphite

📋 copy color: '#36311C'

red 54 ◦ green 49 ◦ blue 28

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

Shades of Graphite #36311C

Tints of Graphite #36311C

RGB

 RED value IS 54 (21.48% from 255) = 41.22%

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

 BLUE value IS 28 (11.33% from 255) = 21.37%

R = 41.22%
G = 37.4%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.79

RGB Variations

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

Color information

#36311C (or 0x36311C) is known color: Graphite. HEX triplet: 36, 31 and 1C. RGB value is (54,49,28). Sum of RGB (Red+Green+Blue) = 54+49+28=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 54 - color contains mainly: red. Hex color #36311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36311C is #C9CEE3. Grayscale: #303030. Windows color (decimal): -13225700 or 1847606. OLE color: 1847606.

HSL color Cylindrical-coordinate representation of color #36311C: hue angle of 48.46º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36311C is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 49 28 -
CMYK 0 0.09 0.48 0.79
HSL 48.46º 0.32% 0.16% -
HSV(B) 48.46º 0.48% 0.21% -
XYZ 2.83 3.06 1.54 -
YUV 48.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 54 49 28 0 0.09 0.48 0.79 48.46 0.32 0.16
Hex 36 31 1C 0 9 30 4F 30 20 10
Octal 66 61 34 0 11 60 117 60 40 20
Binary 110110 110001 11100 0 1001 110000 1001111 110000 100000 10000

Color Harmonies of #36311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36311C

Black with #36311C

Text Example


Text Example

White with #36311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36311C; }

 p { color: rgb(54,49,28); }

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

background-color css

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

 a { background-color: rgb(54,49,28); }

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

border-color css

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

 span { border-color: rgb(54,49,28); }

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