Html Css Color HEX #3A3F41 Charade

📋 copy color: '#3A3F41'

red 58 ◦ green 63 ◦ blue 65

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

Shades of Charade #3A3F41

Tints of Charade #3A3F41

RGB

 RED value IS 58 (23.05% from 255) = 31.18%

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

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

R = 31.18%
G = 33.87%
B = 34.95%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A3F41 (or 0x3A3F41) is known color: Charade. HEX triplet: 3A, 3F and 41. RGB value is (58,63,65). Sum of RGB (Red+Green+Blue) = 58+63+65=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A3F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3F41 is #C5C0BE. Grayscale: #3D3D3D. Windows color (decimal): -12959935 or 4276026. OLE color: 4276026.

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

Color convert

RGB 58 63 65 -
CMYK 0.11 0.03 0 0.75
HSL 197.14º 0.06% 0.24% -
HSV(B) 197.14º 0.11% 0.25% -
XYZ 4.48 4.84 5.7 -
YUV 61.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 58 63 65 0.11 0.03 0 0.75 197.14 0.06 0.24
Hex 3A 3F 41 B 3 0 4B C5 6 18
Octal 72 77 101 13 3 0 113 305 6 30
Binary 111010 111111 1000001 1011 11 0 1001011 11000101 110 11000

Color Harmonies of #3A3F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3F41

Black with #3A3F41

Text Example


Text Example

White with #3A3F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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