Html Css Color HEX #3A382F Graphite

📋 copy color: '#3A382F'

red 58 ◦ green 56 ◦ blue 47

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

Shades of Graphite #3A382F

Tints of Graphite #3A382F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.78%

 BLUE value IS 47 (18.75% from 255) = 29.19%

R = 36.02%
G = 34.78%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#3A382F (or 0x3A382F) is known color: Graphite. HEX triplet: 3A, 38 and 2F. RGB value is (58,56,47). Sum of RGB (Red+Green+Blue) = 58+56+47=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 58 - color contains mainly: red. Hex color #3A382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A382F is #C5C7D0. Grayscale: #373737. Windows color (decimal): -12961745 or 3094586. OLE color: 3094586.

HSL color Cylindrical-coordinate representation of color #3A382F: hue angle of 49.09º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A382F is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 56 47 -
CMYK 0 0.03 0.19 0.77
HSL 49.09º 0.1% 0.21% -
HSV(B) 49.09º 0.19% 0.23% -
XYZ 3.67 3.93 3.25 -
YUV 55.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 58 56 47 0 0.03 0.19 0.77 49.09 0.1 0.21
Hex 3A 38 2F 0 3 13 4D 31 A 15
Octal 72 70 57 0 3 23 115 61 12 25
Binary 111010 111000 101111 0 11 10011 1001101 110001 1010 10101

Color Harmonies of #3A382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A382F

Black with #3A382F

Text Example


Text Example

White with #3A382F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,56,47); }

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

background-color css

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

 a { background-color: rgb(58,56,47); }

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

border-color css

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

 span { border-color: rgb(58,56,47); }

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