#3A2428

Color #3A2428 Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #3A2428

Tints of Aubergine #3A2428

Color information

#3A2428 (or 0x3A2428) is unknown color: approx Aubergine. HEX triplet: 3A, 24 and 28. RGB value is (58,36,40). Sum of RGB (Red+Green+Blue) = 58+36+40=134 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.28% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2428 is #C5DBD7. Grayscale: #2B2B2B. Windows color (decimal): -12966872 or 2630714. OLE color: 2630714.

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

Color convert

RGB583640-
CMYK00.380.310.77
HSL349.09º23.4%18.43%-
HSV(B)349.09º37.93%22.75%-
XYZ2.762.312.31-
YUV43.03126.29138.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.28%
GREEN value IS 36 (14.45% from 255) = 26.87%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=43.28%
G=26.87%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58364000.380.310.77349.0923.418.43
Hex3A24280261F4D15d1712
Octal724450046371155352722
Binary11101010010010100001001101111110011011010111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,36,40); }

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

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

 a { background-color: rgb(58,36,40); }

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

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

 span { border-color: rgb(58,36,40); }

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