Html Css Color HEX #3A361B Graphite

📋 copy color: '#3A361B'

red 58 ◦ green 54 ◦ blue 27

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

Shades of Graphite #3A361B

Tints of Graphite #3A361B

RGB

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

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

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

R = 41.73%
G = 38.85%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.77

RGB Variations

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

Color information

#3A361B (or 0x3A361B) is known color: Graphite. HEX triplet: 3A, 36 and 1B. RGB value is (58,54,27). Sum of RGB (Red+Green+Blue) = 58+54+27=139 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.73% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 58 - color contains mainly: red. Hex color #3A361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A361B is #C5C9E4. Grayscale: #343434. Windows color (decimal): -12962277 or 1783354. OLE color: 1783354.

HSL color Cylindrical-coordinate representation of color #3A361B: hue angle of 52.26º 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 #3A361B is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 54 27 -
CMYK 0 0.07 0.53 0.77
HSL 52.26º 0.36% 0.17% -
HSV(B) 52.26º 0.53% 0.23% -
XYZ 3.26 3.62 1.56 -
YUV 52.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 58 54 27 0 0.07 0.53 0.77 52.26 0.36 0.17
Hex 3A 36 1B 0 7 35 4D 34 24 11
Octal 72 66 33 0 7 65 115 64 44 21
Binary 111010 110110 11011 0 111 110101 1001101 110100 100100 10001

Color Harmonies of #3A361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A361B

Black with #3A361B

Text Example


Text Example

White with #3A361B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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