Html Css Color HEX #353123 Graphite

📋 copy color: '#353123'

red 53 ◦ green 49 ◦ blue 35

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

Shades of Graphite #353123

Tints of Graphite #353123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.55%

R = 38.69%
G = 35.77%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.79

RGB Variations

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

Color information

#353123 (or 0x353123) is known color: Graphite. HEX triplet: 35, 31 and 23. RGB value is (53,49,35). Sum of RGB (Red+Green+Blue) = 53+49+35=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 53 - color contains mainly: red. Hex color #353123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353123 is #CACEDC. Grayscale: #303030. Windows color (decimal): -13291229 or 2306357. OLE color: 2306357.

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

Color convert

RGB 53 49 35 -
CMYK 0 0.08 0.34 0.79
HSL 46.67º 0.2% 0.17% -
HSV(B) 46.67º 0.34% 0.21% -
XYZ 2.87 3.07 2.03 -
YUV 48.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 53 49 35 0 0.08 0.34 0.79 46.67 0.2 0.17
Hex 35 31 23 0 8 22 4F 2F 14 11
Octal 65 61 43 0 10 42 117 57 24 21
Binary 110101 110001 100011 0 1000 100010 1001111 101111 10100 10001

Color Harmonies of #353123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353123

Black with #353123

Text Example


Text Example

White with #353123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353123; }

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

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

background-color css

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

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

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

border-color css

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

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

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