Html Css Color HEX #352F1C Graphite

📋 copy color: '#352F1C'

red 53 ◦ green 47 ◦ blue 28

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

Shades of Graphite #352F1C

Tints of Graphite #352F1C

RGB

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

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

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

R = 41.41%
G = 36.72%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#352F1C (or 0x352F1C) is known color: Graphite. HEX triplet: 35, 2F and 1C. RGB value is (53,47,28). Sum of RGB (Red+Green+Blue) = 53+47+28=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #352F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F1C is #CAD0E3. Grayscale: #2E2E2E. Windows color (decimal): -13291748 or 1847093. OLE color: 1847093.

HSL color Cylindrical-coordinate representation of color #352F1C: hue angle of 45.6º 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 #352F1C is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 47 28 -
CMYK 0 0.11 0.47 0.79
HSL 45.6º 0.31% 0.16% -
HSV(B) 45.6º 0.47% 0.21% -
XYZ 2.69 2.87 1.51 -
YUV 46.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 53 47 28 0 0.11 0.47 0.79 45.6 0.31 0.16
Hex 35 2F 1C 0 B 2F 4F 2E 1F 10
Octal 65 57 34 0 13 57 117 56 37 20
Binary 110101 101111 11100 0 1011 101111 1001111 101110 11111 10000

Color Harmonies of #352F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F1C

Black with #352F1C

Text Example


Text Example

White with #352F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352F1C; }

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

 H1.HeaderClassName
 {
   color: #352F1C;
 }
 .AnyTagClassName
 {
   color: #352F1C;
 }
</style>

background-color css

<style>
 a { background-color: #352F1C; }

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

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

border-color css

<style>
 span { border-color: #352F1C; }

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

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