Html Css Color HEX #35311C Graphite

📋 copy color: '#35311C'

red 53 ◦ green 49 ◦ blue 28

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

Shades of Graphite #35311C

Tints of Graphite #35311C

RGB

 RED value IS 53 (21.09% from 255) = 40.77%

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

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

R = 40.77%
G = 37.69%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#35311C (or 0x35311C) is known color: Graphite. HEX triplet: 35, 31 and 1C. RGB value is (53,49,28). Sum of RGB (Red+Green+Blue) = 53+49+28=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #35311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35311C is #CACEE3. Grayscale: #2F2F2F. Windows color (decimal): -13291236 or 1847605. OLE color: 1847605.

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

Color convert

RGB 53 49 28 -
CMYK 0 0.08 0.47 0.79
HSL 50.4º 0.31% 0.16% -
HSV(B) 50.4º 0.47% 0.21% -
XYZ 2.78 3.04 1.54 -
YUV 47.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 53 49 28 0 0.08 0.47 0.79 50.4 0.31 0.16
Hex 35 31 1C 0 8 2F 4F 32 1F 10
Octal 65 61 34 0 10 57 117 62 37 20
Binary 110101 110001 11100 0 1000 101111 1001111 110010 11111 10000

Color Harmonies of #35311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35311C

Black with #35311C

Text Example


Text Example

White with #35311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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