Html Css Color HEX #3A3419 Graphite

📋 copy color: '#3A3419'

red 58 ◦ green 52 ◦ blue 25

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

Shades of Graphite #3A3419

Tints of Graphite #3A3419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.52%

R = 42.96%
G = 38.52%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.77

RGB Variations

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

Color information

#3A3419 (or 0x3A3419) is known color: Graphite. HEX triplet: 3A, 34 and 19. RGB value is (58,52,25). Sum of RGB (Red+Green+Blue) = 58+52+25=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3419 is #C5CBE6. Grayscale: #323232. Windows color (decimal): -12962791 or 1651770. OLE color: 1651770.

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

Color convert

RGB 58 52 25 -
CMYK 0 0.10 0.57 0.77
HSL 49.09º 0.4% 0.16% -
HSV(B) 49.09º 0.57% 0.23% -
XYZ 3.15 3.43 1.41 -
YUV 50.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 58 52 25 0 0.10 0.57 0.77 49.09 0.4 0.16
Hex 3A 34 19 0 A 39 4D 31 28 10
Octal 72 64 31 0 12 71 115 61 50 20
Binary 111010 110100 11001 0 1010 111001 1001101 110001 101000 10000

Color Harmonies of #3A3419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3419

Black with #3A3419

Text Example


Text Example

White with #3A3419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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