Html Css Color HEX #353225 Graphite

📋 copy color: '#353225'

red 53 ◦ green 50 ◦ blue 37

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

Shades of Graphite #353225

Tints of Graphite #353225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 26.43%

R = 37.86%
G = 35.71%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#353225 (or 0x353225) is known color: Graphite. HEX triplet: 35, 32 and 25. RGB value is (53,50,37). Sum of RGB (Red+Green+Blue) = 53+50+37=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 53 - color contains mainly: red. Hex color #353225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353225 is #CACDDA. Grayscale: #313131. Windows color (decimal): -13290971 or 2437685. OLE color: 2437685.

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

Color convert

RGB 53 50 37 -
CMYK 0 0.06 0.30 0.79
HSL 48.75º 0.18% 0.18% -
HSV(B) 48.75º 0.3% 0.21% -
XYZ 2.94 3.17 2.21 -
YUV 49.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 53 50 37 0 0.06 0.30 0.79 48.75 0.18 0.18
Hex 35 32 25 0 6 1E 4F 31 12 12
Octal 65 62 45 0 6 36 117 61 22 22
Binary 110101 110010 100101 0 110 11110 1001111 110001 10010 10010

Color Harmonies of #353225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353225

Black with #353225

Text Example


Text Example

White with #353225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353225; }

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

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

background-color css

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

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

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

border-color css

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

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

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