Html Css Color HEX #3B351C Graphite

📋 copy color: '#3B351C'

red 59 ◦ green 53 ◦ blue 28

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

Shades of Graphite #3B351C

Tints of Graphite #3B351C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20%

R = 42.14%
G = 37.86%
B = 20%

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

#3B351C (or 0x3B351C) is known color: Graphite. HEX triplet: 3B, 35 and 1C. RGB value is (59,53,28). Sum of RGB (Red+Green+Blue) = 59+53+28=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 59 - color contains mainly: red. Hex color #3B351C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B351C is #C4CAE3. Grayscale: #343434. Windows color (decimal): -12896996 or 1848635. OLE color: 1848635.

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

Color convert

RGB 59 53 28 -
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.29 3.56 1.61 -
YUV 51.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 59 53 28 0 0.10 0.53 0.77 48.39 0.36 0.17
Hex 3B 35 1C 0 A 35 4D 30 24 11
Octal 73 65 34 0 12 65 115 60 44 21
Binary 111011 110101 11100 0 1010 110101 1001101 110000 100100 10001

Color Harmonies of #3B351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B351C

Black with #3B351C

Text Example


Text Example

White with #3B351C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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