Html Css Color HEX #3A2326 Aubergine

📋 copy color: '#3A2326'

red 58 ◦ green 35 ◦ blue 38

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

Shades of Aubergine #3A2326

Tints of Aubergine #3A2326

RGB

 RED value IS 58 (23.05% from 255) = 44.27%

 GREEN value IS 35 (14.06% from 255) = 26.72%

 BLUE value IS 38 (15.23% from 255) = 29.01%

R = 44.27%
G = 26.72%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.77

RGB Variations

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

Color information

#3A2326 (or 0x3A2326) is known color: Aubergine. HEX triplet: 3A, 23 and 26. RGB value is (58,35,38). Sum of RGB (Red+Green+Blue) = 58+35+38=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2326 is #C5DCD9. Grayscale: #2A2A2A. Windows color (decimal): -12967130 or 2499386. OLE color: 2499386.

HSL color Cylindrical-coordinate representation of color #3A2326: hue angle of 352.17º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A2326 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 35 38 -
CMYK 0 0.40 0.34 0.77
HSL 352.17º 0.25% 0.18% -
HSV(B) 352.17º 0.4% 0.23% -
XYZ 2.7 2.24 2.12 -
YUV 42.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 58 35 38 0 0.40 0.34 0.77 352.17 0.25 0.18
Hex 3A 23 26 0 28 22 4D 160 19 12
Octal 72 43 46 0 50 42 115 540 31 22
Binary 111010 100011 100110 0 101000 100010 1001101 101100000 11001 10010

Color Harmonies of #3A2326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2326

Black with #3A2326

Text Example


Text Example

White with #3A2326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,35,38); }

 H1.HeaderClassName
 {
   color: #3A2326;
 }
 .AnyTagClassName
 {
   color: #3A2326;
 }
</style>

background-color css

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

 a { background-color: rgb(58,35,38); }

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

border-color css

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

 span { border-color: rgb(58,35,38); }

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