Html Css Color HEX #353227 Graphite

📋 copy color: '#353227'

red 53 ◦ green 50 ◦ blue 39

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

Shades of Graphite #353227

Tints of Graphite #353227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.21%

 BLUE value IS 39 (15.63% from 255) = 27.46%

R = 37.32%
G = 35.21%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#353227 (or 0x353227) is known color: Graphite. HEX triplet: 35, 32 and 27. RGB value is (53,50,39). Sum of RGB (Red+Green+Blue) = 53+50+39=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 53 - color contains mainly: red. Hex color #353227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353227 is #CACDD8. Grayscale: #313131. Windows color (decimal): -13290969 or 2568757. OLE color: 2568757.

HSL color Cylindrical-coordinate representation of color #353227: hue angle of 47.14º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #353227 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 50 39 -
CMYK 0 0.06 0.26 0.79
HSL 47.14º 0.15% 0.18% -
HSV(B) 47.14º 0.26% 0.21% -
XYZ 2.98 3.18 2.38 -
YUV 49.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 53 50 39 0 0.06 0.26 0.79 47.14 0.15 0.18
Hex 35 32 27 0 6 1A 4F 2F F 12
Octal 65 62 47 0 6 32 117 57 17 22
Binary 110101 110010 100111 0 110 11010 1001111 101111 1111 10010

Color Harmonies of #353227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353227

Black with #353227

Text Example


Text Example

White with #353227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353227; }

 p { color: rgb(53,50,39); }

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

background-color css

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

 a { background-color: rgb(53,50,39); }

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

border-color css

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

 span { border-color: rgb(53,50,39); }

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