Html Css Color HEX #3A362B Graphite

📋 copy color: '#3A362B'

red 58 ◦ green 54 ◦ blue 43

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

Shades of Graphite #3A362B

Tints of Graphite #3A362B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.84%

 BLUE value IS 43 (17.19% from 255) = 27.74%

R = 37.42%
G = 34.84%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.77

RGB Variations

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

Color information

#3A362B (or 0x3A362B) is known color: Graphite. HEX triplet: 3A, 36 and 2B. RGB value is (58,54,43). Sum of RGB (Red+Green+Blue) = 58+54+43=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 58 - color contains mainly: red. Hex color #3A362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A362B is #C5C9D4. Grayscale: #353535. Windows color (decimal): -12962261 or 2831930. OLE color: 2831930.

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

Color convert

RGB 58 54 43 -
CMYK 0 0.07 0.26 0.77
HSL 44º 0.15% 0.2% -
HSV(B) 44º 0.26% 0.23% -
XYZ 3.5 3.71 2.82 -
YUV 53.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 58 54 43 0 0.07 0.26 0.77 44 0.15 0.2
Hex 3A 36 2B 0 7 1A 4D 2C F 14
Octal 72 66 53 0 7 32 115 54 17 24
Binary 111010 110110 101011 0 111 11010 1001101 101100 1111 10100

Color Harmonies of #3A362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A362B

Black with #3A362B

Text Example


Text Example

White with #3A362B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,54,43); }

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

background-color css

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

 a { background-color: rgb(58,54,43); }

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

border-color css

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

 span { border-color: rgb(58,54,43); }

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