#3F3A33

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

Shades of Jacko Bean #3F3A33

Tints of Jacko Bean #3F3A33

Color information

#3F3A33 (or 0x3F3A33) is unknown color: approx Jacko Bean. HEX triplet: 3F, 3A and 33. RGB value is (63,58,51). Sum of RGB (Red+Green+Blue) = 63+58+51=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A33 is #C0C5CC. Grayscale: #3A3A3A. Windows color (decimal): -12633549 or 3357247. OLE color: 3357247.

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

Color convert

RGB635851-
CMYK00.080.190.75
HSL35º10.53%22.35%-
HSV(B)35º19.05%24.71%-
XYZ4.164.323.75-
YUV58.7123.66131.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.63%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 51 (20.31% from 255) = 29.65%
R=36.63%
G=33.72%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63585100.080.190.753510.5322.35
Hex3F3A3308134B23b16
Octal77726301023113431326
Binary11111111101011001101000100111001011100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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