Html Css Color HEX #3A372D Graphite

📋 copy color: '#3A372D'

red 58 ◦ green 55 ◦ blue 45

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

Shades of Graphite #3A372D

Tints of Graphite #3A372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.81%

 BLUE value IS 45 (17.97% from 255) = 28.48%

R = 36.71%
G = 34.81%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.77

RGB Variations

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

Color information

#3A372D (or 0x3A372D) is known color: Graphite. HEX triplet: 3A, 37 and 2D. RGB value is (58,55,45). Sum of RGB (Red+Green+Blue) = 58+55+45=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 58 - color contains mainly: red. Hex color #3A372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A372D is #C5C8D2. Grayscale: #363636. Windows color (decimal): -12962003 or 2963258. OLE color: 2963258.

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

Color convert

RGB 58 55 45 -
CMYK 0 0.05 0.22 0.77
HSL 46.15º 0.13% 0.2% -
HSV(B) 46.15º 0.22% 0.23% -
XYZ 3.58 3.82 3.03 -
YUV 54.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 58 55 45 0 0.05 0.22 0.77 46.15 0.13 0.2
Hex 3A 37 2D 0 5 16 4D 2E D 14
Octal 72 67 55 0 5 26 115 56 15 24
Binary 111010 110111 101101 0 101 10110 1001101 101110 1101 10100

Color Harmonies of #3A372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A372D

Black with #3A372D

Text Example


Text Example

White with #3A372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,55,45); }

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

background-color css

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

 a { background-color: rgb(58,55,45); }

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

border-color css

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

 span { border-color: rgb(58,55,45); }

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