#413B33

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

Shades of Jacko Bean #413B33

Tints of Jacko Bean #413B33

Color information

#413B33 (or 0x413B33) is unknown color: approx Jacko Bean. HEX triplet: 41, 3B and 33. RGB value is (65,59,51). Sum of RGB (Red+Green+Blue) = 65+59+51=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 65 - color contains mainly: red. Hex color #413B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B33 is #BEC4CC. Grayscale: #3B3B3B. Windows color (decimal): -12502221 or 3357505. OLE color: 3357505.

HSL color Cylindrical-coordinate representation of color #413B33: hue angle of 34.29º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #413B33 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB655951-
CMYK00.090.220.75
HSL34.29º12.07%22.75%-
HSV(B)34.29º21.54%25.49%-
XYZ4.344.493.77-
YUV59.88122.99131.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.14%
GREEN value IS 59 (23.44% from 255) = 33.71%
BLUE value IS 51 (20.31% from 255) = 29.14%
R=37.14%
G=33.71%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65595100.090.220.7534.2912.0722.75
Hex413B3309164B22c17
Octal101736301126113421427
Binary100000111101111001101001101101001011100010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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