Html Css Color HEX #3B361B Graphite

📋 copy color: '#3B361B'

red 59 ◦ green 54 ◦ blue 27

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

Shades of Graphite #3B361B

Tints of Graphite #3B361B

RGB

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

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

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

R = 42.14%
G = 38.57%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.77

RGB Variations

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

Color information

#3B361B (or 0x3B361B) is known color: Graphite. HEX triplet: 3B, 36 and 1B. RGB value is (59,54,27). Sum of RGB (Red+Green+Blue) = 59+54+27=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 59 - color contains mainly: red. Hex color #3B361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B361B is #C4C9E4. Grayscale: #343434. Windows color (decimal): -12896741 or 1783355. OLE color: 1783355.

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

Color convert

RGB 59 54 27 -
CMYK 0 0.08 0.54 0.77
HSL 50.63º 0.37% 0.17% -
HSV(B) 50.63º 0.54% 0.23% -
XYZ 3.32 3.65 1.57 -
YUV 52.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 59 54 27 0 0.08 0.54 0.77 50.63 0.37 0.17
Hex 3B 36 1B 0 8 36 4D 33 25 11
Octal 73 66 33 0 10 66 115 63 45 21
Binary 111011 110110 11011 0 1000 110110 1001101 110011 100101 10001

Color Harmonies of #3B361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B361B

Black with #3B361B

Text Example


Text Example

White with #3B361B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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