#3B4144

Color #3B4144 Charade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charade #3B4144

Tints of Charade #3B4144

Color information

#3B4144 (or 0x3B4144) is unknown color: approx Charade. HEX triplet: 3B, 41 and 44. RGB value is (59,65,68). Sum of RGB (Red+Green+Blue) = 59+65+68=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 68 - color contains mainly: blue. Hex color #3B4144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4144 is #C4BEBB. Grayscale: #3F3F3F. Windows color (decimal): -12893884 or 4473147. OLE color: 4473147.

HSL color Cylindrical-coordinate representation of color #3B4144: hue angle of 200º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3B4144 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB596568-
CMYK0.130.0400.73
HSL200º7.09%24.9%-
HSV(B)200º13.24%26.67%-
XYZ4.745.136.21-
YUV63.55130.51124.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.73%
GREEN value IS 65 (25.78% from 255) = 33.85%
BLUE value IS 68 (26.95% from 255) = 35.42%
R=30.73%
G=33.85%
B=35.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5965680.130.0400.732007.0924.9
Hex3B4144D4049c8719
Octal731011041540111310731
Binary111011100000110001001101100010010011100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B4144;
 }
 .AnyTagClassName
 {
   color: #3B4144;
 }
</style>
background-color css

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

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

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

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

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

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