Html Css Color HEX #3B4041 Charade

📋 copy color: '#3B4041'

red 59 ◦ green 64 ◦ blue 65

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

Shades of Charade #3B4041

Tints of Charade #3B4041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.04%

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

R = 31.38%
G = 34.04%
B = 34.57%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B4041 (or 0x3B4041) is known color: Charade. HEX triplet: 3B, 40 and 41. RGB value is (59,64,65). Sum of RGB (Red+Green+Blue) = 59+64+65=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B4041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4041 is #C4BFBE. Grayscale: #3E3E3E. Windows color (decimal): -12894143 or 4276283. OLE color: 4276283.

HSL color Cylindrical-coordinate representation of color #3B4041: hue angle of 190º 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 #3B4041 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 59 64 65 -
CMYK 0.09 0.02 0 0.75
HSL 190º 0.05% 0.24% -
HSV(B) 190º 0.09% 0.25% -
XYZ 4.59 4.98 5.72 -
YUV 62.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 59 64 65 0.09 0.02 0 0.75 190 0.05 0.24
Hex 3B 40 41 9 2 0 4B BE 5 18
Octal 73 100 101 11 2 0 113 276 5 30
Binary 111011 1000000 1000001 1001 10 0 1001011 10111110 101 11000

Color Harmonies of #3B4041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4041

Black with #3B4041

Text Example


Text Example

White with #3B4041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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