#403B33

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

Shades of Jacko Bean #403B33

Tints of Jacko Bean #403B33

Color information

#403B33 (or 0x403B33) is unknown color: approx Jacko Bean. HEX triplet: 40, 3B and 33. RGB value is (64,59,51). Sum of RGB (Red+Green+Blue) = 64+59+51=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 64 - color contains mainly: red. Hex color #403B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B33 is #BFC4CC. Grayscale: #3B3B3B. Windows color (decimal): -12567757 or 3357504. OLE color: 3357504.

HSL color Cylindrical-coordinate representation of color #403B33: hue angle of 36.92º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #403B33 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB645951-
CMYK00.080.200.75
HSL36.92º11.3%22.55%-
HSV(B)36.92º20.31%25.1%-
XYZ4.284.463.77-
YUV59.58123.16131.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=36.78%
G=33.91%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64595100.080.200.7536.9211.322.55
Hex403B3308144B25b17
Octal100736301024113451327
Binary100000011101111001101000101001001011100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403B33; }

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

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

<style>
 a { background-color: #403B33; }

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

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

<style>
 span { border-color: #403B33; }

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

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