Html Css Color HEX #41382E Jacko Bean

📋 copy color: '#41382E'

red 65 ◦ green 56 ◦ blue 46

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

Shades of Jacko Bean #41382E

Tints of Jacko Bean #41382E

RGB

 RED value IS 65 (25.78% from 255) = 38.92%

 GREEN value IS 56 (22.27% from 255) = 33.53%

 BLUE value IS 46 (18.36% from 255) = 27.54%

R = 38.92%
G = 33.53%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#41382E (or 0x41382E) is known color: Jacko Bean. HEX triplet: 41, 38 and 2E. RGB value is (65,56,46). Sum of RGB (Red+Green+Blue) = 65+56+46=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #41382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41382E is #BEC7D1. Grayscale: #393939. Windows color (decimal): -12502994 or 3029057. OLE color: 3029057.

HSL color Cylindrical-coordinate representation of color #41382E: hue angle of 31.58º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41382E is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 56 46 -
CMYK 0 0.14 0.29 0.75
HSL 31.58º 0.17% 0.22% -
HSV(B) 31.58º 0.29% 0.25% -
XYZ 4.09 4.15 3.17 -
YUV 57.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 65 56 46 0 0.14 0.29 0.75 31.58 0.17 0.22
Hex 41 38 2E 0 E 1D 4B 20 11 16
Octal 101 70 56 0 16 35 113 40 21 26
Binary 1000001 111000 101110 0 1110 11101 1001011 100000 10001 10110

Color Harmonies of #41382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41382E

Black with #41382E

Text Example


Text Example

White with #41382E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41382E; }

 p { color: rgb(65,56,46); }

 H1.HeaderClassName
 {
   color: #41382E;
 }
 .AnyTagClassName
 {
   color: #41382E;
 }
</style>

background-color css

<style>
 a { background-color: #41382E; }

 a { background-color: rgb(65,56,46); }

 div.DivClassName
 {
   background-color: #41382E;
 }
 .BgClassName
 {
   background-color: #41382E;
 }
</style>

border-color css

<style>
 span { border-color: #41382E; }

 span { border-color: rgb(65,56,46); }

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