Html Css Color HEX #353127 Graphite

📋 copy color: '#353127'

red 53 ◦ green 49 ◦ blue 39

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

Shades of Graphite #353127

Tints of Graphite #353127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.75%

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

R = 37.59%
G = 34.75%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#353127 (or 0x353127) is known color: Graphite. HEX triplet: 35, 31 and 27. RGB value is (53,49,39). Sum of RGB (Red+Green+Blue) = 53+49+39=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 53 - color contains mainly: red. Hex color #353127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353127 is #CACED8. Grayscale: #313131. Windows color (decimal): -13291225 or 2568501. OLE color: 2568501.

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

Color convert

RGB 53 49 39 -
CMYK 0 0.08 0.26 0.79
HSL 42.86º 0.15% 0.18% -
HSV(B) 42.86º 0.26% 0.21% -
XYZ 2.93 3.1 2.36 -
YUV 49.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 53 49 39 0 0.08 0.26 0.79 42.86 0.15 0.18
Hex 35 31 27 0 8 1A 4F 2B F 12
Octal 65 61 47 0 10 32 117 53 17 22
Binary 110101 110001 100111 0 1000 11010 1001111 101011 1111 10010

Color Harmonies of #353127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353127

Black with #353127

Text Example


Text Example

White with #353127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353127; }

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

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

background-color css

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

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

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

border-color css

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

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

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