Html Css Color HEX #353025 Graphite

📋 copy color: '#353025'

red 53 ◦ green 48 ◦ blue 37

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

Shades of Graphite #353025

Tints of Graphite #353025

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.78%

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

R = 38.41%
G = 34.78%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#353025 (or 0x353025) is known color: Graphite. HEX triplet: 35, 30 and 25. RGB value is (53,48,37). Sum of RGB (Red+Green+Blue) = 53+48+37=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #353025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353025 is #CACFDA. Grayscale: #303030. Windows color (decimal): -13291483 or 2437173. OLE color: 2437173.

HSL color Cylindrical-coordinate representation of color #353025: hue angle of 41.25º 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 #353025 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 48 37 -
CMYK 0 0.09 0.30 0.79
HSL 41.25º 0.18% 0.18% -
HSV(B) 41.25º 0.3% 0.21% -
XYZ 2.86 3 2.18 -
YUV 48.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 53 48 37 0 0.09 0.30 0.79 41.25 0.18 0.18
Hex 35 30 25 0 9 1E 4F 29 12 12
Octal 65 60 45 0 11 36 117 51 22 22
Binary 110101 110000 100101 0 1001 11110 1001111 101001 10010 10010

Color Harmonies of #353025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353025

Black with #353025

Text Example


Text Example

White with #353025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353025; }

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

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

background-color css

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

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

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

border-color css

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

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

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