Html Css Color HEX #3B3E40 Mirage

📋 copy color: '#3B3E40'

red 59 ◦ green 62 ◦ blue 64

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

Shades of Mirage #3B3E40

Tints of Mirage #3B3E40

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.51%

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

R = 31.89%
G = 33.51%
B = 34.59%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B3E40 (or 0x3B3E40) is known color: Mirage. HEX triplet: 3B, 3E and 40. RGB value is (59,62,64). Sum of RGB (Red+Green+Blue) = 59+62+64=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B3E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3E40 is #C4C1BF. Grayscale: #3D3D3D. Windows color (decimal): -12894656 or 4210235. OLE color: 4210235.

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

Color convert

RGB 59 62 64 -
CMYK 0.08 0.03 0 0.75
HSL 204º 0.04% 0.24% -
HSV(B) 204º 0.08% 0.25% -
XYZ 4.45 4.75 5.53 -
YUV 61.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 59 62 64 0.08 0.03 0 0.75 204 0.04 0.24
Hex 3B 3E 40 8 3 0 4B CC 4 18
Octal 73 76 100 10 3 0 113 314 4 30
Binary 111011 111110 1000000 1000 11 0 1001011 11001100 100 11000

Color Harmonies of #3B3E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3E40

Black with #3B3E40

Text Example


Text Example

White with #3B3E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,62,64); }

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

background-color css

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

 a { background-color: rgb(59,62,64); }

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

border-color css

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

 span { border-color: rgb(59,62,64); }

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