Html Css Color HEX #352F1A Graphite

📋 copy color: '#352F1A'

red 53 ◦ green 47 ◦ blue 26

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

Shades of Graphite #352F1A

Tints of Graphite #352F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.63%

R = 42.06%
G = 37.3%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.79

RGB Variations

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

Color information

#352F1A (or 0x352F1A) is known color: Graphite. HEX triplet: 35, 2F and 1A. RGB value is (53,47,26). Sum of RGB (Red+Green+Blue) = 53+47+26=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 53 - color contains mainly: red. Hex color #352F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F1A is #CAD0E5. Grayscale: #2E2E2E. Windows color (decimal): -13291750 or 1716021. OLE color: 1716021.

HSL color Cylindrical-coordinate representation of color #352F1A: hue angle of 46.67º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #352F1A is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 47 26 -
CMYK 0 0.11 0.51 0.79
HSL 46.67º 0.34% 0.15% -
HSV(B) 46.67º 0.51% 0.21% -
XYZ 2.67 2.86 1.39 -
YUV 46.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 53 47 26 0 0.11 0.51 0.79 46.67 0.34 0.15
Hex 35 2F 1A 0 B 33 4F 2F 22 F
Octal 65 57 32 0 13 63 117 57 42 17
Binary 110101 101111 11010 0 1011 110011 1001111 101111 100010 1111

Color Harmonies of #352F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F1A

Black with #352F1A

Text Example


Text Example

White with #352F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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