Html Css Color HEX #3B4346 Charade

📋 copy color: '#3B4346'

red 59 ◦ green 67 ◦ blue 70

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

Shades of Charade #3B4346

Tints of Charade #3B4346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.18%

 BLUE value IS 70 (27.73% from 255) = 35.71%

R = 30.1%
G = 34.18%
B = 35.71%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3B4346 (or 0x3B4346) is known color: Charade. HEX triplet: 3B, 43 and 46. RGB value is (59,67,70). Sum of RGB (Red+Green+Blue) = 59+67+70=196 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.10% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 70 - color contains mainly: blue. Hex color #3B4346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4346 is #C4BCB9. Grayscale: #404040. Windows color (decimal): -12893370 or 4604731. OLE color: 4604731.

HSL color Cylindrical-coordinate representation of color #3B4346: hue angle of 196.36º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3B4346 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 59 67 70 -
CMYK 0.16 0.04 0 0.73
HSL 196.36º 0.09% 0.25% -
HSV(B) 196.36º 0.16% 0.27% -
XYZ 4.92 5.39 6.57 -
YUV 64.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 59 67 70 0.16 0.04 0 0.73 196.36 0.09 0.25
Hex 3B 43 46 10 4 0 49 C4 9 19
Octal 73 103 106 20 4 0 111 304 11 31
Binary 111011 1000011 1000110 10000 100 0 1001001 11000100 1001 11001

Color Harmonies of #3B4346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4346

Black with #3B4346

Text Example


Text Example

White with #3B4346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,67,70); }

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

background-color css

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

 a { background-color: rgb(59,67,70); }

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

border-color css

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

 span { border-color: rgb(59,67,70); }

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