Html Css Color HEX #3A2325 Aubergine

📋 copy color: '#3A2325'

red 58 ◦ green 35 ◦ blue 37

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

Shades of Aubergine #3A2325

Tints of Aubergine #3A2325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 28.46%

R = 44.62%
G = 26.92%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.77

RGB Variations

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

Color information

#3A2325 (or 0x3A2325) is known color: Aubergine. HEX triplet: 3A, 23 and 25. RGB value is (58,35,37). Sum of RGB (Red+Green+Blue) = 58+35+37=130 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.62% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2325 is #C5DCDA. Grayscale: #2A2A2A. Windows color (decimal): -12967131 or 2433850. OLE color: 2433850.

HSL color Cylindrical-coordinate representation of color #3A2325: hue angle of 354.78º 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 #3A2325 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 35 37 -
CMYK 0 0.40 0.36 0.77
HSL 354.78º 0.25% 0.18% -
HSV(B) 354.78º 0.4% 0.23% -
XYZ 2.68 2.24 2.04 -
YUV 42.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 58 35 37 0 0.40 0.36 0.77 354.78 0.25 0.18
Hex 3A 23 25 0 28 24 4D 163 19 12
Octal 72 43 45 0 50 44 115 543 31 22
Binary 111010 100011 100101 0 101000 100100 1001101 101100011 11001 10010

Color Harmonies of #3A2325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2325

Black with #3A2325

Text Example


Text Example

White with #3A2325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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