Html Css Color HEX #3B3F41 Charade

📋 copy color: '#3B3F41'

red 59 ◦ green 63 ◦ blue 65

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

Shades of Charade #3B3F41

Tints of Charade #3B3F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.76%

R = 31.55%
G = 33.69%
B = 34.76%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B3F41 (or 0x3B3F41) is known color: Charade. HEX triplet: 3B, 3F and 41. RGB value is (59,63,65). Sum of RGB (Red+Green+Blue) = 59+63+65=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B3F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3F41 is #C4C0BE. Grayscale: #3E3E3E. Windows color (decimal): -12894399 or 4276027. OLE color: 4276027.

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

Color convert

RGB 59 63 65 -
CMYK 0.09 0.03 0 0.75
HSL 200º 0.05% 0.24% -
HSV(B) 200º 0.09% 0.25% -
XYZ 4.54 4.87 5.7 -
YUV 62.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 59 63 65 0.09 0.03 0 0.75 200 0.05 0.24
Hex 3B 3F 41 9 3 0 4B C8 5 18
Octal 73 77 101 11 3 0 113 310 5 30
Binary 111011 111111 1000001 1001 11 0 1001011 11001000 101 11000

Color Harmonies of #3B3F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3F41

Black with #3B3F41

Text Example


Text Example

White with #3B3F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,63,65); }

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

background-color css

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

 a { background-color: rgb(59,63,65); }

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

border-color css

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

 span { border-color: rgb(59,63,65); }

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