#38242A

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

Shades of Aubergine #38242A

Tints of Aubergine #38242A

Color information

#38242A (or 0x38242A) is unknown color: approx Aubergine. HEX triplet: 38, 24 and 2A. RGB value is (56,36,42). Sum of RGB (Red+Green+Blue) = 56+36+42=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #38242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38242A is #C7DBD5. Grayscale: #2A2A2A. Windows color (decimal): -13097942 or 2761784. OLE color: 2761784.

HSL color Cylindrical-coordinate representation of color #38242A: hue angle of 342º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #38242A is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB563642-
CMYK00.360.250.78
HSL342º21.74%18.04%-
HSV(B)342º35.71%21.96%-
XYZ2.682.272.49-
YUV42.66127.63137.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 36 (14.45% from 255) = 26.87%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=41.79%
G=26.87%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56364200.360.250.7834221.7418.04
Hex38242A024194E1561612
Octal704452044311165262622
Binary11100010010010101001001001100110011101010101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38242A; }

 p { color: rgb(56,36,42); }

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

<style>
 a { background-color: #38242A; }

 a { background-color: rgb(56,36,42); }

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

<style>
 span { border-color: #38242A; }

 span { border-color: rgb(56,36,42); }

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