#38262B

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

Shades of Aubergine #38262B

Tints of Aubergine #38262B

Color information

#38262B (or 0x38262B) is unknown color: approx Aubergine. HEX triplet: 38, 26 and 2B. RGB value is (56,38,43). Sum of RGB (Red+Green+Blue) = 56+38+43=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #38262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38262B is #C7D9D4. Grayscale: #2B2B2B. Windows color (decimal): -13097429 or 2827832. OLE color: 2827832.

HSL color Cylindrical-coordinate representation of color #38262B: hue angle of 343.33º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #38262B is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB563843-
CMYK00.320.230.78
HSL343.33º19.15%18.43%-
HSV(B)343.33º32.14%21.96%-
XYZ2.762.42.6-
YUV43.95127.46136.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.88%
GREEN value IS 38 (15.23% from 255) = 27.74%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=40.88%
G=27.74%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56384300.320.230.78343.3319.1518.43
Hex38262B020174E1571312
Octal704653040271165272322
Binary11100010011010101101000001011110011101010101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38262B; }

 p { color: rgb(56,38,43); }

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

<style>
 a { background-color: #38262B; }

 a { background-color: rgb(56,38,43); }

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

<style>
 span { border-color: #38262B; }

 span { border-color: rgb(56,38,43); }

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