#3F3B34

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

Shades of Jacko Bean #3F3B34

Tints of Jacko Bean #3F3B34

Color information

#3F3B34 (or 0x3F3B34) is unknown color: approx Jacko Bean. HEX triplet: 3F, 3B and 34. RGB value is (63,59,52). Sum of RGB (Red+Green+Blue) = 63+59+52=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3B34 is #C0C4CB. Grayscale: #3B3B3B. Windows color (decimal): -12633292 or 3423039. OLE color: 3423039.

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

Color convert

RGB635952-
CMYK00.060.170.75
HSL38.18º9.57%22.55%-
HSV(B)38.18º17.46%24.71%-
XYZ4.234.433.88-
YUV59.4123.83130.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.21%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=36.21%
G=33.91%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63595200.060.170.7538.189.5722.55
Hex3F3B3406114B26a17
Octal7773640621113461227
Binary1111111110111101000110100011001011100110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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