Html Css Color HEX #3C3F40 Charade

📋 copy color: '#3C3F40'

red 60 ◦ green 63 ◦ blue 64

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

Shades of Charade #3C3F40

Tints of Charade #3C3F40

RGB

 RED value IS 60 (23.83% from 255) = 32.09%

 GREEN value IS 63 (25% from 255) = 33.69%

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 32.09%
G = 33.69%
B = 34.22%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C3F40 (or 0x3C3F40) is known color: Charade. HEX triplet: 3C, 3F and 40. RGB value is (60,63,64). Sum of RGB (Red+Green+Blue) = 60+63+64=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C3F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3F40 is #C3C0BF. Grayscale: #3E3E3E. Windows color (decimal): -12828864 or 4210492. OLE color: 4210492.

HSL color Cylindrical-coordinate representation of color #3C3F40: hue angle of 195º degrees, saturation: 0.03, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3C3F40 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 63 64 -
CMYK 0.06 0.02 0 0.75
HSL 195º 0.03% 0.24% -
HSV(B) 195º 0.06% 0.25% -
XYZ 4.57 4.89 5.55 -
YUV 62.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 60 63 64 0.06 0.02 0 0.75 195 0.03 0.24
Hex 3C 3F 40 6 2 0 4B C3 3 18
Octal 74 77 100 6 2 0 113 303 3 30
Binary 111100 111111 1000000 110 10 0 1001011 11000011 11 11000

Color Harmonies of #3C3F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3F40

Black with #3C3F40

Text Example


Text Example

White with #3C3F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,63,64); }

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

background-color css

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

 a { background-color: rgb(60,63,64); }

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

border-color css

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

 span { border-color: rgb(60,63,64); }

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