Html Css Color HEX #3A341B Graphite

📋 copy color: '#3A341B'

red 58 ◦ green 52 ◦ blue 27

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

Shades of Graphite #3A341B

Tints of Graphite #3A341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.96%

 BLUE value IS 27 (10.94% from 255) = 19.71%

R = 42.34%
G = 37.96%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.77

RGB Variations

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

Color information

#3A341B (or 0x3A341B) is known color: Graphite. HEX triplet: 3A, 34 and 1B. RGB value is (58,52,27). Sum of RGB (Red+Green+Blue) = 58+52+27=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 58 - color contains mainly: red. Hex color #3A341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A341B is #C5CBE4. Grayscale: #333333. Windows color (decimal): -12962789 or 1782842. OLE color: 1782842.

HSL color Cylindrical-coordinate representation of color #3A341B: hue angle of 48.39º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A341B is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 52 27 -
CMYK 0 0.10 0.53 0.77
HSL 48.39º 0.36% 0.17% -
HSV(B) 48.39º 0.53% 0.23% -
XYZ 3.17 3.43 1.53 -
YUV 50.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 58 52 27 0 0.10 0.53 0.77 48.39 0.36 0.17
Hex 3A 34 1B 0 A 35 4D 30 24 11
Octal 72 64 33 0 12 65 115 60 44 21
Binary 111010 110100 11011 0 1010 110101 1001101 110000 100100 10001

Color Harmonies of #3A341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A341B

Black with #3A341B

Text Example


Text Example

White with #3A341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,52,27); }

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

background-color css

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

 a { background-color: rgb(58,52,27); }

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

border-color css

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

 span { border-color: rgb(58,52,27); }

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