Html Css Color HEX #3B351F Graphite

📋 copy color: '#3B351F'

red 59 ◦ green 53 ◦ blue 31

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

Shades of Graphite #3B351F

Tints of Graphite #3B351F

RGB

 RED value IS 59 (23.44% from 255) = 41.26%

 GREEN value IS 53 (21.09% from 255) = 37.06%

 BLUE value IS 31 (12.5% from 255) = 21.68%

R = 41.26%
G = 37.06%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.77

RGB Variations

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

Color information

#3B351F (or 0x3B351F) is known color: Graphite. HEX triplet: 3B, 35 and 1F. RGB value is (59,53,31). Sum of RGB (Red+Green+Blue) = 59+53+31=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 59 - color contains mainly: red. Hex color #3B351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B351F is #C4CAE0. Grayscale: #343434. Windows color (decimal): -12896993 or 2045243. OLE color: 2045243.

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

Color convert

RGB 59 53 31 -
CMYK 0 0.10 0.47 0.77
HSL 47.14º 0.31% 0.18% -
HSV(B) 47.14º 0.47% 0.23% -
XYZ 3.32 3.57 1.81 -
YUV 52.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 59 53 31 0 0.10 0.47 0.77 47.14 0.31 0.18
Hex 3B 35 1F 0 A 2F 4D 2F 1F 12
Octal 73 65 37 0 12 57 115 57 37 22
Binary 111011 110101 11111 0 1010 101111 1001101 101111 11111 10010

Color Harmonies of #3B351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B351F

Black with #3B351F

Text Example


Text Example

White with #3B351F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,53,31); }

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

background-color css

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

 a { background-color: rgb(59,53,31); }

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

border-color css

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

 span { border-color: rgb(59,53,31); }

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