Html Css Color HEX #413B33 Jacko Bean

📋 copy color: '#413B33'

red 65 ◦ green 59 ◦ blue 51

#413B33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacko Bean #413B33

Tints of Jacko Bean #413B33

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 value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#413B33 (or 0x413B33) is known color: 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

RGB 65 59 51 -
CMYK 0 0.09 0.22 0.75
HSL 34.29º 0.12% 0.23% -
HSV(B) 34.29º 0.22% 0.25% -
XYZ 4.34 4.49 3.77 -
YUV 59.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 65 59 51 0 0.09 0.22 0.75 34.29 0.12 0.23
Hex 41 3B 33 0 9 16 4B 22 C 17
Octal 101 73 63 0 11 26 113 42 14 27
Binary 1000001 111011 110011 0 1001 10110 1001011 100010 1100 10111

Color Harmonies of #413B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B33

Black with #413B33

Text Example


Text Example

White with #413B33

Text Example


Text Example

HTML Codes & Css Web 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>