Html Css Color HEX #3A352A Graphite

📋 copy color: '#3A352A'

red 58 ◦ green 53 ◦ blue 42

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

Shades of Graphite #3A352A

Tints of Graphite #3A352A

RGB

 RED value IS 58 (23.05% from 255) = 37.91%

 GREEN value IS 53 (21.09% from 255) = 34.64%

 BLUE value IS 42 (16.8% from 255) = 27.45%

R = 37.91%
G = 34.64%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.77

RGB Variations

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

Color information

#3A352A (or 0x3A352A) is known color: Graphite. HEX triplet: 3A, 35 and 2A. RGB value is (58,53,42). Sum of RGB (Red+Green+Blue) = 58+53+42=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 58 - color contains mainly: red. Hex color #3A352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A352A is #C5CAD5. Grayscale: #353535. Windows color (decimal): -12962518 or 2766138. OLE color: 2766138.

HSL color Cylindrical-coordinate representation of color #3A352A: hue angle of 41.25º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A352A is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 53 42 -
CMYK 0 0.09 0.28 0.77
HSL 41.25º 0.16% 0.2% -
HSV(B) 41.25º 0.28% 0.23% -
XYZ 3.44 3.61 2.71 -
YUV 53.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 58 53 42 0 0.09 0.28 0.77 41.25 0.16 0.2
Hex 3A 35 2A 0 9 1C 4D 29 10 14
Octal 72 65 52 0 11 34 115 51 20 24
Binary 111010 110101 101010 0 1001 11100 1001101 101001 10000 10100

Color Harmonies of #3A352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A352A

Black with #3A352A

Text Example


Text Example

White with #3A352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A352A; }

 p { color: rgb(58,53,42); }

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

background-color css

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

 a { background-color: rgb(58,53,42); }

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

border-color css

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

 span { border-color: rgb(58,53,42); }

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